scope_            169 components/policy/core/common/config_dir_policy_loader.cc     policy_map.LoadFrom(dictionary_value, level, scope_);
scope_            219 components/policy/core/common/config_dir_policy_loader.cc       policy.LoadFrom(policy_dictionary, level, scope_);
scope_             55 components/policy/core/common/config_dir_policy_loader.h   PolicyScope scope_;
scope_            160 components/policy/core/common/configuration_policy_provider_test.cc   return scope_;
scope_            105 components/policy/core/common/configuration_policy_provider_test.h   PolicyScope scope_;
scope_             51 gin/runner.h       v8::Context::Scope scope_;
scope_             12 media/formats/webm/webm_content_encodings.cc       scope_(kScopeInvalid),
scope_             58 media/formats/webm/webm_content_encodings.h   Scope scope() const { return scope_; }
scope_             59 media/formats/webm/webm_content_encodings.h   void set_scope(Scope scope) { scope_ = scope; }
scope_             77 media/formats/webm/webm_content_encodings.h   Scope scope_;
scope_             82 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     scope_ = ClassName(descriptor_->extension_scope());
scope_             84 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     scope_ = ClassName(descriptor_->file());
scope_            130 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc   InitTemplateVars(descriptor_, scope_, &vars);
scope_            211 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     "scope", scope_,
scope_             68 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h   string scope_;
scope_             89 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kScript, true);
scope_             98 tools/gn/action_target_generator.cc       scope_->GetSourceDir().ResolveRelativeFile(value->string_value()));
scope_            102 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kArgs, true);
scope_            113 tools/gn/action_target_generator.cc   const Value* value = scope_->GetValue(variables::kDepfile, true);
scope_            117 tools/gn/action_target_generator.cc       scope_->settings()->build_settings()->build_dir().ResolveRelativeFile(
scope_             49 tools/gn/binary_target_generator.cc   ConfigValuesGenerator gen(&target_->config_values(), scope_,
scope_             50 tools/gn/binary_target_generator.cc                             scope_->GetSourceDir(), err_);
scope_             57 tools/gn/binary_target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputName, true);
scope_             66 tools/gn/binary_target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputExtension, true);
scope_             82 tools/gn/builder_unittest.cc   Scope scope_;
scope_             56 tools/gn/config_values_generator.cc       scope_(scope),
scope_             66 tools/gn/config_values_generator.cc     GetStringList(scope_, #name, config_values_, &ConfigValues::name, err_);
scope_             68 tools/gn/config_values_generator.cc     GetDirList(scope_, #name, config_values_, input_dir_, \
scope_             36 tools/gn/config_values_generator.h   Scope* scope_;
scope_             46 tools/gn/scope.h     ProgrammaticProvider(Scope* scope) : scope_(scope) {
scope_             47 tools/gn/scope.h       scope_->AddProvider(this);
scope_             50 tools/gn/scope.h       scope_->RemoveProvider(this);
scope_             59 tools/gn/scope.h     Scope* scope_;
scope_             45 tools/gn/scope_per_file_provider.cc         scope_->settings()->toolchain_label().GetUserVisibleName(false)));
scope_             53 tools/gn/scope_per_file_provider.cc         scope_->settings()->default_toolchain_label().GetUserVisibleName(
scope_             62 tools/gn/scope_per_file_provider.cc         FilePathToUTF8(scope_->settings()->build_settings()->python_path())));
scope_             70 tools/gn/scope_per_file_provider.cc         scope_->settings()->build_settings()->build_dir())));
scope_             78 tools/gn/scope_per_file_provider.cc         DirectoryWithNoLastSlash(GetToolchainGenDir(scope_->settings()))));
scope_             86 tools/gn/scope_per_file_provider.cc         DirectoryWithNoLastSlash(GetToolchainOutputDir(scope_->settings()))));
scope_             94 tools/gn/scope_per_file_provider.cc         DirectoryWithNoLastSlash(GetCurrentGenDir(scope_))));
scope_            102 tools/gn/scope_per_file_provider.cc         DirectoryWithNoLastSlash(GetCurrentOutputDir(scope_))));
scope_             29 tools/gn/target_generator.cc       scope_(scope),
scope_             51 tools/gn/target_generator.cc   if (!Visibility::FillItemVisibility(target_, scope_, err_))
scope_            125 tools/gn/target_generator.cc   return scope_->settings()->build_settings();
scope_            129 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kSources, true);
scope_            134 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
scope_            135 tools/gn/target_generator.cc                                   scope_->GetSourceDir(), &dest_sources, err_))
scope_            141 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kSourcePrereqs, true);
scope_            146 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
scope_            147 tools/gn/target_generator.cc                                   scope_->GetSourceDir(), &dest_reqs, err_))
scope_            164 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kData, true);
scope_            169 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
scope_            170 tools/gn/target_generator.cc                                   scope_->GetSourceDir(), &dest_data, err_))
scope_            193 tools/gn/target_generator.cc   const Value* hard_dep_value = scope_->GetValue(variables::kHardDep, true);
scope_            202 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(variables::kOutputs, true);
scope_            207 tools/gn/target_generator.cc   if (!ExtractListOfRelativeFiles(scope_->settings()->build_settings(), *value,
scope_            208 tools/gn/target_generator.cc                                   scope_->GetSourceDir(), &outputs, err_))
scope_            224 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(var_name, true);
scope_            226 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
scope_            227 tools/gn/target_generator.cc                         ToolchainLabelForScope(scope_), dest, err_);
scope_            233 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(var_name, true);
scope_            235 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
scope_            236 tools/gn/target_generator.cc                         ToolchainLabelForScope(scope_), dest, err_);
scope_            241 tools/gn/target_generator.cc   const Value* value = scope_->GetValue(
scope_            244 tools/gn/target_generator.cc     ExtractListOfLabels(*value, scope_->GetSourceDir(),
scope_            245 tools/gn/target_generator.cc                         ToolchainLabelForScope(scope_),
scope_             57 tools/gn/target_generator.h   Scope* scope_;
scope_             24 tools/gn/test_with_scope.h   Scope* scope() { return &scope_; }
scope_             30 tools/gn/test_with_scope.h   Scope scope_;