/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.idl | 34 [Reflect] attribute DOMString scope;
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
ServiceWorkerContainer.idl | 43 [CallWith=ScriptState, ImplementedAs=unregisterServiceWorker] Promise unregister(ScalarValueString scope);
|
ServiceWorkerGlobalScope.idl | 31 // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-global-scope-interface 39 [CallWith=ExecutionContext, Unforgeable] readonly attribute ScalarValueString scope;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ServiceWorkerGlobalScopeClientImpl.cpp | 59 WebURL ServiceWorkerGlobalScopeClientImpl::scope() const function in class:blink::ServiceWorkerGlobalScopeClientImpl 61 return m_client.scope();
|
/external/chromium_org/tools/gn/ |
args.h | 12 #include "tools/gn/scope.h" 17 // command line, and sets up the root scope with the proper values. 32 void AddArgOverrides(const Scope::KeyValueMap& overrides); 39 Scope::KeyValueMap GetAllOverrides() const; 41 // Sets up the root scope for a toolchain. This applies the default system 44 void SetupRootScope(Scope* dest, 45 const Scope::KeyValueMap& toolchain_overrides) const; 47 // Sets up the given scope with arguments passed in. 56 bool DeclareArgs(const Scope::KeyValueMap& args, 57 Scope* scope_to_set [all...] |
binary_target_generator.cc | 9 #include "tools/gn/scope.h" 14 Scope* scope, 18 : TargetGenerator(target, scope, function_call, err),
|
function_get_label_info_unittest.cc | 14 setup_.scope()->set_source_dir(SourceDir("//src/foo/")); 26 Value result = functions::RunGetLabelInfo(setup_.scope(), &function,
|
/external/chromium_org/v8/src/ |
variables.cc | 35 Variable::Variable(Scope* scope, 42 : scope_(scope),
|
/external/chromium_org/v8/test/cctest/ |
test-microtask-delivery.cc | 58 HandleScope scope(isolate.GetIsolate()); 96 HandleScope scope(isolate.GetIsolate());
|
test-weakmaps.cc | 51 HandleScope scope(isolate); 86 HandleScope scope(isolate); 93 HandleScope scope(isolate); 102 HandleScope scope(isolate); 118 HandleScope scope(isolate); 147 HandleScope scope(isolate); 155 HandleScope scope(isolate); 189 HandleScope scope(isolate); 201 HandleScope scope(isolate); 229 HandleScope scope(isolate) [all...] |
test-weaksets.cc | 51 HandleScope scope(isolate); 86 HandleScope scope(isolate); 93 HandleScope scope(isolate); 102 HandleScope scope(isolate); 118 HandleScope scope(isolate); 147 HandleScope scope(isolate); 155 HandleScope scope(isolate); 189 HandleScope scope(isolate); 201 HandleScope scope(isolate); 229 HandleScope scope(isolate) [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-135008.js | 31 var scope = { x:23 }; 33 with(scope) { 35 "scope.f = (function outer() {" + 45 assertSame(23, scope.f());
|
/external/chromium_org/chrome/browser/extensions/api/content_settings/ |
content_settings_store.cc | 100 ExtensionPrefsScope scope) { 103 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope); 117 scope != kExtensionPrefsScopeRegular); 183 ExtensionPrefsScope scope) { 186 switch (scope) { 204 ExtensionPrefsScope scope) const { 209 switch (scope) { 228 ExtensionPrefsScope scope) { 232 OriginIdentifierValueMap* map = GetValueMap(ext_id, scope); 242 NotifyOfContentSettingChanged(ext_id, scope != kExtensionPrefsScopeRegular) [all...] |
/bionic/libc/bionic/ |
pthread_attr.cpp | 173 int pthread_attr_setscope(pthread_attr_t*, int scope) { 174 if (scope == PTHREAD_SCOPE_SYSTEM) { 177 if (scope == PTHREAD_SCOPE_PROCESS) { 183 int pthread_attr_getscope(const pthread_attr_t*, int* scope) { 184 *scope = PTHREAD_SCOPE_SYSTEM;
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_win.cc | 151 map_entry->level, map_entry->scope, 274 // settings to |policy| for the given |scope| and |level|. 277 PolicyScope scope, 290 policy->LoadFrom(policy_dict, level, scope); 389 // Policy scope and corresponding hive. 391 PolicyScope scope; member in struct:policy::__anon11139 407 PolicyScope scope = kScopes[i].scope; local 428 if (is_enterprise || !ReadPolicyFromGPO(scope, &gpo_dict, &status)) { 429 VLOG_IF(1, !is_enterprise) << "Failed to read GPO files for " << scope [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction_coordinator.cc | 89 // The locked_scope set accumulates the ids of object stores in the scope of 103 locked_scope.insert(transaction->scope().begin(), 104 transaction->scope().end()); 121 // stores in its scope, or per the spec the transaction which was 123 locked_scope.insert(transaction->scope().begin(), 124 transaction->scope().end()); 160 return !DoSetsIntersect(transaction->scope(), locked_scope);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
profiler.cc | 118 ExclusiveScope scope(&lock_); 129 SharedScope scope(&lock_); 143 SharedScope scope(&lock_); 170 SharedScope scope(&lock_); 177 ExclusiveScope scope(&lock_);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayList.cpp | 80 if (apply->scope == match) 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) 86 SkDrawable* scope = *ptr; local 87 if (scope == match) 89 //perhaps should call SearchGroupForMatch here as well (on scope)
|
/external/chromium_org/third_party/webrtc/base/ |
profiler.cc | 101 ExclusiveScope scope(&lock_); 112 SharedScope scope(&lock_); 126 SharedScope scope(&lock_); 153 SharedScope scope(&lock_); 160 ExclusiveScope scope(&lock_);
|
/external/skia/src/animator/ |
SkDisplayList.cpp | 80 if (apply->scope == match) 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) 86 SkDrawable* scope = *ptr; local 87 if (scope == match) 89 //perhaps should call SearchGroupForMatch here as well (on scope)
|
/external/libsepol/tests/ |
test-common.c | 31 scope_datum_t *scope; local 39 /* make sure its scope is correct */ 40 scope = hashtab_search(p->scope[sym_type].table, id); 41 CU_ASSERT_FATAL(scope != NULL); 42 CU_ASSERT(scope->scope == scope_type); 43 CU_ASSERT(scope->decl_ids_len == len); 44 if (scope->decl_ids_len != len) 45 fprintf(stderr, "sym %s has %d decls, %d expected\n", id, scope->decl_ids_len, len) [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/deqp/framework/randomshaders/ |
rsgVariableManager.cpp | 248 // Allocate in current scope 310 // Remove from scope stack. 313 ValueScope* scope = *stackIter; local 314 scope->removeValue(variable); 317 // Declare in current scope. 334 // Remove from current scope \note May not exist in there. 341 return DE_NULL; // Only single value scope 345 const ValueScope* scope = *i; local 346 ValueEntry* entry = scope->findEntry(variable); 387 void VariableManager::pushVariableScope (VariableScope& scope) 455 const ValueScope* scope = *scopeIter; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 222 ruleRef(rule,label,elementIndex,args,scope) ::= << 234 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 240 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 249 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 255 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 261 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 267 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 273 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 281 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTTreeParser.stg | 239 ruleRef(rule,label,elementIndex,args,scope) ::= << 254 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= << 260 ruleRefRuleRoot(rule,label,elementIndex,args,scope) ::= << 269 ruleRefRuleRootAndListLabel(rule,label,elementIndex,args,scope) ::= << 275 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 281 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 286 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 292 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 301 createRewriteNodeFromElement(token,terminalOptions,scope) ::= <<
|