/external/chromium_org/content/child/service_worker/ |
web_service_worker_impl.h | 50 virtual blink::WebURL scope() const;
|
/external/chromium_org/content/common/service_worker/ |
embedded_worker_messages.h | 23 IPC_STRUCT_MEMBER(GURL, scope)
|
/external/chromium_org/net/dns/ |
address_sorter_posix.h | 51 AddressScope scope; member in struct:net::AddressSorterPosix::SourceAddressInfo
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
ThirdPartyTokenFetcher.java | 86 * @param scope The scope of access request. See http://tools.ietf.org/html/rfc6749#section-3.3. 88 public void fetchToken(String tokenUrl, String clientId, String scope) { 97 Uri uri = buildRequestUri(tokenUrl, clientId, scope); 109 private Uri buildRequestUri(String tokenUrl, String clientId, String scope) { 112 uriBuilder.appendQueryParameter("scope", scope);
|
/external/chromium_org/remoting/protocol/ |
third_party_client_authenticator.h | 22 // The client authenticator expects a |token_url| and |scope| in the first 45 // to the server so it can later authenticate the host. |scope| is a string 53 const std::string& scope,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptHeapSnapshot.cpp | 50 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.h | 49 const AtomicString& scope() const;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptModule.cpp | 59 ScriptState::Scope scope(scriptState);
|
ScriptArguments.cpp | 65 ScriptState::Scope scope(m_scriptState.get());
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
ServiceWorker.h | 65 String scope() const;
|
ServiceWorkerGlobalScope.h | 57 String scope(ExecutionContext*);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ServiceWorkerGlobalScopeClientImpl.h | 50 virtual WebURL scope() const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebServiceWorkerContextClient.h | 61 // the |scope| attribute of the ServiceWorkerGlobalScope. Immutable per spec. 62 virtual WebURL scope() const { return WebURL(); } function in class:blink::WebServiceWorkerContextClient 66 // downloaded. The scope will not be created and the script will not be loaded until
|
/external/chromium_org/tools/gn/ |
function_get_path_info.cc | 9 #include "tools/gn/scope.h" 186 Value RunGetPathInfo(Scope* scope, 218 const SourceDir& current_dir = scope->GetSourceDir(); 220 return Value(function, GetOnePathInfo(scope->settings(), current_dir, what, 227 GetOnePathInfo(scope->settings(), current_dir, what,
|
scope_per_file_provider.h | 10 #include "tools/gn/scope.h" 13 // ProgrammaticProvider for a scope to provide it with per-file built-in 15 class ScopePerFileProvider : public Scope::ProgrammaticProvider { 20 ScopePerFileProvider(Scope* scope, bool allow_target_vars);
|
string_utils.cc | 8 #include "tools/gn/scope.h" 103 bool AppendIdentifierValue(Scope* scope, 108 const Value* value = scope->GetValue(identifier, true); 114 std::string("\"") + identifier + "\" is not currently in scope."); 124 bool ExpandStringLiteral(Scope* scope, 157 if (!AppendIdentifierValue(scope, literal, identifier, &output, err))
|
test_with_scope.h | 15 #include "tools/gn/scope.h" 21 // A helper class for setting up a Scope that a test can use. It makes a 31 Scope* scope() { return &scope_; } function in class:TestWithScope 44 Scope scope_;
|
/external/chromium_org/v8/test/cctest/ |
test-deoptimization.cc | 117 v8::HandleScope scope(env->GetIsolate()); 155 v8::HandleScope scope(env->GetIsolate()); 194 v8::HandleScope scope(env->GetIsolate()); 219 v8::HandleScope scope(env->GetIsolate()); 246 v8::HandleScope scope(env->GetIsolate()); 274 v8::HandleScope scope(env->GetIsolate()); 312 v8::HandleScope scope(env->GetIsolate()); 343 v8::HandleScope scope(env->GetIsolate()); 433 v8::HandleScope scope(env->GetIsolate()); 446 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-global-object.cc | 37 HandleScope scope(CcTest::isolate());
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 36 // Explicit specializations expected in global scope 40 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must occur at global scope}} 48 // thus also complain about not being in global scope. 54 expected-error {{class template specialization of 'x1' must occur at global scope}}
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 382 /* scope_index_t holds all of the symbols that are in scope in a 384 * subtract one) into the global policydb->scope array. */ 386 ebitmap_t scope[SYM_NUM]; member in struct:scope_index 387 #define p_classes_scope scope[SYM_CLASSES] 388 #define p_roles_scope scope[SYM_ROLES] 389 #define p_types_scope scope[SYM_TYPES] 390 #define p_users_scope scope[SYM_USERS] 391 #define p_bools_scope scope[SYM_BOOLS] 392 #define p_sens_scope scope[SYM_LEVELS] 393 #define p_cat_scope scope[SYM_CATS 451 uint32_t scope; member in struct:scope_datum 512 symtab_t scope[SYM_NUM]; member in struct:policydb [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashMap.h | 42 NSInteger Scope; 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 72 - (id)lookup:(NSString *)s Scope:(int)scope; 74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
|
/external/chromium_org/content/browser/resources/service_worker/ |
serviceworker_internals.css | 24 .serviceworker-scope {
|