Searched defs:scope (Results 176 - 200 of 313) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api.cc369 ExtensionPrefsScope scope,
381 // ScopeToPrefName() returns false if the scope is not persisted.
382 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
394 extension_id, pref_key, scope, value);
400 ExtensionPrefsScope scope) {
406 if (pref_names::ScopeToPrefName(scope, &scope_string)) {
415 extension_id, pref_key, scope);
630 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
636 EXTENSION_FUNCTION_VALIDATE(helpers::StringToScope(scope_str, &scope));
639 // Check incognito scope
366 SetExtensionControlledPref( const std::string& extension_id, const std::string& pref_key, ExtensionPrefsScope scope, base::Value* value) argument
397 RemoveExtensionControlledPref( const std::string& extension_id, const std::string& pref_key, ExtensionPrefsScope scope) argument
701 extension_id(), browser_pref, scope, browser_pref_value.release()); local
713 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular; local
745 ->RemoveExtensionControlledPref(extension_id(), browser_pref, scope); local
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc862 void SetONCPolicy(const char* policy_name, policy::PolicyScope scope) { argument
881 scope,
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win.cc167 map_entry->level, map_entry->scope,
309 // settings to |policy| for the given |scope| and |level|.
312 PolicyScope scope,
325 policy->LoadFrom(policy_dict, level, scope);
424 // Policy scope and corresponding hive.
426 PolicyScope scope; member in struct:policy::__anon6742
442 PolicyScope scope = kScopes[i].scope; local
463 if (is_enterprise || !ReadPolicyFromGPO(scope, &gpo_dict, &status)) {
464 VLOG_IF(1, !is_enterprise) << "Failed to read GPO files for " << scope
310 ParsePolicy(const RegistryDict* gpo_dict, PolicyLevel level, PolicyScope scope, const Schema& schema, PolicyMap* policy) argument
515 LoadGPOPolicy(PolicyScope scope, PGROUP_POLICY_OBJECT policy_object_list, RegistryDict* policy, PolicyLoadStatusSample* status) argument
558 ReadPolicyFromGPO(PolicyScope scope, RegistryDict* policy, PolicyLoadStatusSample* status) argument
583 LoadChromePolicy(const RegistryDict* gpo_dict, PolicyLevel level, PolicyScope scope, PolicyMap* chrome_policy_map) argument
595 Load3rdPartyPolicy(const RegistryDict* gpo_dict, PolicyScope scope, PolicyBundle* bundle) argument
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_storage_unittest.cc295 const GURL& scope,
300 scope, MakeFindCallback(&was_called, &result, registration));
327 const GURL kScope("http://www.test.not/scope/");
329 const GURL kDocumentUrl("http://www.test.not/scope/document.html");
463 const GURL kScope("http://www.test.not/scope/");
465 const GURL kDocumentUrl("http://www.test.not/scope/document.html");
552 scope_ = GURL("http://www.test.not/scope/");
555 document_url_ = GURL("http://www.test.not/scope/document.html");
564 data.scope = scope_;
907 const GURL kDocumentUrl("http://www.example.com/scope/fo
294 FindRegistrationForPattern( const GURL& scope, scoped_refptr<ServiceWorkerRegistration>* registration) argument
[all...]
/external/chromium_org/google_apis/gaia/
H A Dfake_gaia.cc296 std::string scope; local
297 if (!GetQueryParameter(request.content, "scope", &scope) ||
298 GaiaConstants::kOAuth1LoginScope != scope) {
456 std::string scope; local
457 GetQueryParameter(request.content, "scope", &scope);
475 if (GaiaConstants::kOAuth1LoginScope != scope) {
477 LOG(ERROR) << "Invalid scope for /o/oauth2/token - " << scope;
548 std::string scope; local
[all...]
/external/chromium_org/media/audio/mac/
H A Daudio_manager_mac.cc352 AudioObjectPropertyScope scope,
359 pa.mScope = scope;
351 GetDeviceChannels(AudioDeviceID device, AudioObjectPropertyScope scope, int* channels) argument
/external/chromium_org/printing/backend/
H A Dwin_helper.cc37 EPrintTicketScope scope,
44 EPrintTicketScope scope,
53 EPrintTicketScope scope,
201 EPrintTicketScope scope,
206 scope,
214 EPrintTicketScope scope,
221 scope,
230 EPrintTicketScope scope,
236 scope,
198 ConvertDevModeToPrintTicket(HPTPROVIDER provider, ULONG devmode_size_in_bytes, PDEVMODE devmode, EPrintTicketScope scope, IStream* print_ticket) argument
210 ConvertPrintTicketToDevMode( HPTPROVIDER provider, IStream* print_ticket, EDefaultDevmodeType base_devmode_type, EPrintTicketScope scope, ULONG* devmode_byte_count, PDEVMODE* devmode, BSTR* error_message) argument
227 MergeAndValidatePrintTicket(HPTPROVIDER provider, IStream* base_ticket, IStream* delta_ticket, EPrintTicketScope scope, IStream* result_ticket, BSTR* error_message) argument
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc131 const std::string& scope,
147 scope));
128 FetchThirdPartyToken( const GURL& token_url, const std::string& client_id, const std::string& scope, base::WeakPtr<TokenFetcherProxy> token_fetcher_proxy) argument
H A Dchromoting_jni_runtime.cc284 const std::string& scope) {
292 ScopedJavaLocalRef<jstring> j_scope = ConvertUTF8ToJavaString(env, scope);
282 FetchThirdPartyToken(const GURL& token_url, const std::string& client_id, const std::string& scope) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp602 void StyleEngine::markTreeScopeDirty(TreeScope& scope) argument
604 if (scope == m_document) {
609 m_dirtyTreeScopes.add(&scope);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.cpp477 Node* FocusController::findFocusableNodeAcrossFocusScope(FocusType type, FocusNavigationScope scope, Node* currentNode) argument
483 found = foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(type, scope, currentNode);
485 found = findFocusableNodeRecursively(type, scope, currentNode);
490 Node* owner = scope.owner();
493 scope = FocusNavigationScope::focusNavigationScopeOf(owner);
498 found = findFocusableNodeRecursively(type, scope, owner);
504 Node* FocusController::findFocusableNodeRecursively(FocusType type, FocusNavigationScope scope, Node* start) argument
507 Node* found = findFocusableNode(type, scope, start);
514 return foundInInnerFocusScope ? foundInInnerFocusScope : findFocusableNodeRecursively(type, scope, found);
523 return foundInInnerFocusScope ? foundInInnerFocusScope :findFocusableNodeRecursively(type, scope, foun
528 findFocusableNode(FocusType type, FocusNavigationScope scope, Node* node) argument
574 nextFocusableNode(FocusNavigationScope scope, Node* start) argument
605 previousFocusableNode(FocusNavigationScope scope, Node* start) argument
[all...]
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c124 static Switch gMatchScope = {"--match-scope", "-msco", 1, NULL, "Only consider scopes that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify a range of scopes," DESC_NEWLINE "though PUBLIC, STATIC, and UNDEF are your only choices."};
241 char scope[0x10]; local
255 ** size class scope module segment object symbol ....
265 scope,
337 ** Match scope.
345 if(NULL != strstr(scope, inOptions->mMatchScopes[loop]))
/external/chromium_org/tools/gn/
H A Dfilesystem_utils.cc745 SourceDir GetCurrentOutputDir(const Scope* scope) { argument
747 scope->settings(), scope->GetSourceDir()).AsSourceDir(
748 scope->settings()->build_settings());
751 SourceDir GetCurrentGenDir(const Scope* scope) { argument
752 return GetGenDirForSourceDir(scope->settings(), scope->GetSourceDir());
/external/chromium_org/v8/src/
H A Dapi.h299 v8::EscapableHandleScope* scope) {
304 return Utils::OpenHandle(*scope->Escape(Utils::ToLocal(handle)), true);
635 // If there's a spare block, use it for growing the current scope.
298 EscapeFrom( v8::EscapableHandleScope* scope) argument
H A Dexecution.cc334 void StackGuard::PushPostponeInterruptsScope(PostponeInterruptsScope* scope) { argument
337 int intercepted = thread_local_.interrupt_flags_ & scope->intercept_mask_;
338 scope->intercepted_flags_ = intercepted;
341 // Add scope to the chain.
342 scope->prev_ = thread_local_.postpone_interrupts_;
343 thread_local_.postpone_interrupts_ = scope;
354 // Remove scope from chain.
H A Dsampler.cc595 ExternalCallbackScope* scope = isolate->external_callback_scope(); local
597 // If there is a handler on top of the external callback scope then
600 if (scope && scope->scope_address() < handler) {
601 external_callback = scope->callback();
H A Dscopeinfo.cc16 Handle<ScopeInfo> ScopeInfo::Create(Scope* scope, Zone* zone) { argument
18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
19 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
20 scope->CollectStackAndContextLocals(&stack_locals, &context_locals);
24 DCHECK(scope->StackLocalCount() == stack_local_count);
25 DCHECK(scope->ContextLocalCount() == context_local_count);
30 if (scope->is_function_scope() && scope->function() != NULL) {
31 Variable* var = scope->function()->proxy()->var();
47 const int parameter_count = scope
549 Create( Isolate* isolate, Interface* interface, Scope* scope) argument
[all...]
H A Dtyping.cc38 Scope* scope = info->scope(); local
42 if (scope->is_function_scope() && scope->function() != NULL) {
43 RECURSE(visitor->VisitVariableDeclaration(scope->function()));
45 RECURSE(visitor->VisitDeclarations(scope->declarations()));
76 Scope* scope = info_->scope(); local
81 int params = scope->num_parameters();
82 int locals = scope
[all...]
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h138 // Current scope during visitation.
197 Environment(AstGraphBuilder* builder, Scope* scope, Node* control_dependency);
388 // Find the correct scope for the target statement. Note that this also drops
389 // extra operands from the environment for each scope skipped along the way.
396 // change the current {scope} and {context} during visitation.
399 ContextScope(AstGraphBuilder* owner, Scope* scope, Node* context) argument
403 scope_(scope) {
413 // Current scope during visitation.
414 Scope* scope() const { return scope_; } function in class:v8::internal::compiler::BASE_EMBEDDED
424 return execution_context_->scope();
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h35 scope_(info->scope()),
165 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc52 HandleScope scope(isolate);
77 HandleScope scope(isolate);
113 HandleScope scope(isolate);
158 HandleScope scope(isolate);
212 HandleScope scope(isolate);
239 CpuFeatureScope scope(&assm, VFP3); variable
358 HandleScope scope(isolate);
363 CpuFeatureScope scope(&assm, ARMv7); variable
393 HandleScope scope(isolate);
398 CpuFeatureScope scope( variable
1041 CpuFeatureScope scope(&assm, VFP3); variable
1259 CpuFeatureScope scope(&assm, NEON); variable
1458 CpuFeatureScope scope(&assm, SUDIV); variable
[all...]
/external/dnsmasq/src/
H A Dnetwork.c208 int scope, int if_index, void *vparam)
222 addr.in6.sin6_scope_id = scope;
207 iface_allowed_v6(struct in6_addr *local, int scope, int if_index, void *vparam) argument
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c813 int scope = LDAP_SCOPE_ONE; local
905 scope = LDAP_SCOPE_SUBTREE;
908 res = ldap_search_ext_s(ld, basedn, scope,
1045 int scope = LDAP_SCOPE_ONE; local
1122 scope = LDAP_SCOPE_SUBTREE;
1125 res = ldap_search_ext_s(ld, basedn, scope,
/external/lldb/source/Expression/
H A DMaterializer.cpp433 ExecutionContextScope *scope = frame_sp.get(); local
435 if (!scope)
436 scope = map.GetBestExecutionContextScope();
438 lldb::ValueObjectSP valobj_sp = ValueObjectVariable::Create(scope, m_variable_sp);
561 ExecutionContextScope *scope = frame_sp.get(); local
563 if (!scope)
564 scope = map.GetBestExecutionContextScope();
566 lldb::ValueObjectSP valobj_sp = ValueObjectVariable::Create(scope, m_variable_sp);
791 err.SetErrorString("Couldn't dematerialize a result variable: invalid execution context scope");
/external/lldb/source/Symbol/
H A DSymbolContext.cpp401 SymbolContext::GetAddressRange (uint32_t scope, argument
406 if ((scope & eSymbolContextLineEntry) && line_entry.IsValid())
412 if ((scope & eSymbolContextBlock) && (block != NULL))
426 if ((scope & eSymbolContextFunction) && (function != NULL))
435 if ((scope & eSymbolContextSymbol) && (symbol != NULL))
471 // get the scope above the inlined block, we get the parent of the

Completed in 467 milliseconds

1234567891011>>