/external/chromium_org/content/child/service_worker/ |
web_service_worker_impl.cc | 73 blink::WebURL WebServiceWorkerImpl::scope() const { function in class:content::WebServiceWorkerImpl 74 return handle_ref_->scope();
|
/external/chromium_org/extensions/renderer/ |
binding_generating_native_handler.cc | 19 v8::EscapableHandleScope scope(isolate); 42 return scope.Escape(object);
|
/external/chromium_org/gin/shell/ |
gin_main.cc | 30 Runner::Scope scope(runner.get()); 72 gin::Runner::Scope scope(&runner);
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
ServiceWorkerGlobalScope.cpp | 83 String ServiceWorkerGlobalScope::scope(ExecutionContext* context) function in class:WebCore::ServiceWorkerGlobalScope 85 return ServiceWorkerGlobalScopeClient::from(context)->scope().string();
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } 87 SkDrawable* scope; member in class:SkApply
|
/external/chromium_org/tools/gn/ |
scope_per_file_provider.cc | 13 ScopePerFileProvider::ScopePerFileProvider(Scope* scope, 15 : ProgrammaticProvider(scope),
|
/external/chromium_org/v8/src/ |
prettyprinter.h | 50 void PrintParameters(Scope* scope); 79 void PrintParameters(Scope* scope);
|
rewriter.cc | 231 Scope* scope = function->scope(); local 232 ASSERT(scope != NULL); 233 if (!scope->is_global_scope() && !scope->is_eval_scope()) return true; 237 Variable* result = scope->NewTemporary( 247 // of an immediate inner scope. For example in 250 // coincides with the end of the with scope which is the position of '1'.
|
compilation-cache.cc | 93 // into the caller's handle scope. 94 { HandleScope scope(isolate()); 154 // into the caller's handle scope. 155 { HandleScope scope(isolate()); 190 // Once outside the manacles of the handle scope, we need to recheck 192 // handle created in the caller's handle scope. 216 HandleScope scope(isolate()); 228 HandleScope scope(isolate()); 230 // scope. Otherwise, we risk keeping old tables around even after 246 return scope.CloseAndEscape(function_info) [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-815.js | 29 // end up in a spilled scope in code that only worked in a register 30 // allocated scope. Test that this no longer happens. 33 // scope. 38 // in a spilled scope:
|
/external/libnl/lib/route/ |
rtnl.c | 83 * @name Scope Translations 95 char *rtnl_scope2str(int scope, char *buf, size_t size) 97 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes));
|
/external/lldb/include/lldb/Symbol/ |
Variable.h | 34 lldb::ValueType scope, 154 ExecutionContextScope *scope, 171 SymbolContextScope *m_owner_scope; // The symbol file scope that this variable was defined in
|
/external/skia/src/animator/ |
SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } 87 SkDrawable* scope; member in class:SkApply
|
/libcore/luni/src/main/java/org/apache/harmony/security/ |
SystemScope.java | 65 public SystemScope(String name, IdentityScope scope) 67 super(name, scope);
|
/external/checkpolicy/ |
module_compiler.c | 107 * current scope stack then this would return a 0. 158 if (ebitmap_set_bit(decl->declared.scope + symbol_type, 508 * This function assumes that the ID is within scope. c.f., 554 * This function assumes that the ID is within scope. c.f., 613 /* Attempt to require a symbol within the current scope. If currently 648 * previously declared and is in current scope */ 671 * was already declared within my scope */ 675 /* previous declaration was not in scope or 685 if (ebitmap_set_bit(decl->required.scope + symbol_type, 697 scope_index_t *scope; local 1249 scope_datum_t *scope = local [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/ |
OAuth2TokenService.java | 127 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix). 132 Context context, String username, String scope, final long nativeCallback) { 138 String oauth2Scope = OAUTH2_SCOPE_PREFIX + scope; 152 * Call this method to retrieve an OAuth2 access token for the given account and scope. 156 * @param scope The scope to get an auth token for (without Android-style 'oauth2:' prefix). 160 Account account, String scope, 162 String oauth2Scope = OAUTH2_SCOPE_PREFIX + scope; 168 * Call this method to retrieve an OAuth2 access token for the given account and scope. Thi [all...] |
/external/chromium_org/chrome/browser/signin/ |
fake_profile_oauth2_token_service.cc | 98 const ScopeSet& scope, 103 scope, 110 const ScopeSet& scope, 112 CompleteRequests("", false, scope, error, std::string(), base::Time()); 134 const ScopeSet& scope, 147 bool scope_matches = all_scopes || it->scopes == scope;
|
/external/chromium_org/native_client_sdk/src/tools/ |
decode_dump.py | 161 for scope in frame['scopes']: 162 trace.append(scope) 172 for scope in trace: 174 scope['function'], 175 scope['filename'], 176 scope['lineno']))
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptEventListener.cpp | 113 v8::HandleScope scope(toIsolate(document)); 116 v8::Context::Scope contextScope(context); 120 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object); 134 v8::HandleScope scope(isolate); 137 v8::Context::Scope contextScope(context); 149 v8::HandleScope scope(toIsolate(frame)); 159 v8::HandleScope scope(toIsolate(document)); 162 v8::Context::Scope contextScope(context); 166 v8::Handle<v8::Function> function = eventListenerEffectiveFunction(scope.GetIsolate(), object);
|
/external/chromium_org/ui/keyboard/resources/ |
api_adapter.js | 33 (function(scope) { 53 scope.keyboardLocked = keyboardLocked; 54 scope.lockKeyboard = lockKeyboard;
|
/external/libnl/lib/fib_lookup/ |
lookup.c | 44 unsigned char scope; member in struct:fib_result_nl 106 res->fr_scope = fr->scope; 133 nl_dump(p, "scope %s error %s (%d)\n", 214 int tos, scope, table; local 219 scope = flnl_request_get_scope(req); 224 fr.fl_scope = scope >= 0 ? scope : RT_SCOPE_UNIVERSE;
|
/external/lldb/source/Symbol/ |
TypeList.cpp | 187 GetTypeScopeAndBasename(const char* name_cstr, std::string &scope, std::string &basename, bool *exact_ptr) 207 scope.assign (name_cstr, basename_cstr - name_cstr); 208 if (scope.size() >= 2 && scope[0] == ':' && scope[1] == ':') 215 scope.erase(0,2); 295 // Our match scope ends with the type scope we were lookikng for, 297 // type scope is a namepace boundary in case we are trying to match: 321 // is no type scope.. [all...] |
/external/chromium_org/v8/test/cctest/ |
test-decls.cc | 56 HandleScope scope(isolate); 122 HandleScope scope(isolate); 149 HandleScope scope(CcTest::isolate()); 233 HandleScope scope(CcTest::isolate()); 290 HandleScope scope(CcTest::isolate()); 346 HandleScope scope(isolate); 437 HandleScope scope(CcTest::isolate()); 530 HandleScope scope(CcTest::isolate()); 560 HandleScope scope(CcTest::isolate()); 623 HandleScope scope(CcTest::isolate()) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 73 /** the attributes defined with "scope {...}" inside a rule */ 76 /** A list of scope names (String) used by this rule */ 367 /** Return the scope containing name */ 369 AttributeScope scope = getLocalAttributeScope(name); local 370 if ( scope!=null ) { 371 return scope; 374 scope = ruleScope; 376 return scope; 381 AttributeScope scope = null; local 383 scope = returnScope [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
DefineGrammarItemsWalker.g | 39 scope AttributeScopeActions { 78 // form is (header ... ) ( grammar ID (scope ...) ... ( rule ... ) ( rule ... ) ... ) 125 scope AttributeScopeActions; 130 : ^( 'scope' name=ID attrScopeAction* attrs=ACTION ) 132 AttributeScope scope = grammar.defineGlobalScope($name.text,$attrs.getToken()); 133 scope.isDynamicGlobalScope = true; 134 scope.addAttributes($attrs.text, ';'); 136 scope.defineNamedAction(action, $AttributeScopeActions::actions.get(action)); 165 String scope=null; 170 {scope=$id1.text; nameAST=$id2; actionAST=$a1; [all...] |