/external/chromium_org/chrome/browser/signin/ |
android_profile_oauth2_token_service.h | 71 const std::string& scope,
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction_coordinator.cc | 137 DoScopesOverlap(transaction->scope(), other->scope())) 147 DoScopesOverlap(transaction->scope(), other->scope()))
|
/external/chromium_org/net/dns/ |
address_sorter_posix.h | 51 AddressScope scope; member in struct:net::AddressSorterPosix::SourceAddressInfo
|
/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/ |
ScriptEventListener.cpp | 97 v8::HandleScope scope; 100 v8::Context::Scope contextScope(context); 113 v8::HandleScope scope; 116 v8::Context::Scope contextScope(context); 128 v8::HandleScope scope; local 138 v8::HandleScope scope; 141 v8::Context::Scope contextScope(context);
|
ScriptHeapSnapshot.cpp | 50 v8::HandleScope scope; local
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CustomSQLStatementErrorCallback.cpp | 55 v8::Context::Scope scope(v8Context);
|
V8HTMLImageElementConstructor.cpp | 98 v8::HandleScope scope(isolate); 107 return scope.Close(result);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.h | 49 String scope() const;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptModule.cpp | 60 ScriptScope scope(scriptState);
|
/external/chromium_org/tools/gn/ |
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 { 17 ScopePerFileProvider(Scope* scope, const SourceFile& source_file);
|
string_utils.cc | 8 #include "tools/gn/scope.h" 101 bool AppendIdentifierValue(Scope* scope, 106 const Value* value = scope->GetValue(identifier, true); 112 std::string("\"") + identifier + "\" is not currently in scope."); 122 bool ExpandStringLiteral(Scope* scope, 155 if (!AppendIdentifierValue(scope, literal, identifier, &output, err))
|
/external/chromium_org/v8/test/cctest/ |
test-deoptimization.cc | 121 v8::HandleScope scope(env->GetIsolate()); 159 v8::HandleScope scope(env->GetIsolate()); 198 v8::HandleScope scope(env->GetIsolate()); 223 v8::HandleScope scope(env->GetIsolate()); 250 v8::HandleScope scope(env->GetIsolate()); 278 v8::HandleScope scope(env->GetIsolate()); 316 v8::HandleScope scope(env->GetIsolate()); 345 v8::HandleScope scope(env->GetIsolate()); 435 v8::HandleScope scope(env->GetIsolate()); 447 v8::HandleScope scope(env->GetIsolate()) [all...] |
test-global-object.cc | 37 HandleScope scope(Isolate::GetCurrent());
|
/external/libsepol/include/sepol/policydb/ |
policydb.h | 378 /* scope_index_t holds all of the symbols that are in scope in a 380 * subtract one) into the global policydb->scope array. */ 382 ebitmap_t scope[SYM_NUM]; member in struct:scope_index 383 #define p_classes_scope scope[SYM_CLASSES] 384 #define p_roles_scope scope[SYM_ROLES] 385 #define p_types_scope scope[SYM_TYPES] 386 #define p_users_scope scope[SYM_USERS] 387 #define p_bools_scope scope[SYM_BOOLS] 388 #define p_sens_scope scope[SYM_LEVELS] 389 #define p_cat_scope scope[SYM_CATS 447 uint32_t scope; member in struct:scope_datum 508 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/third_party/WebKit/Source/testing/helper/ |
LayoutTestHelperMac.mm | 140 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost }; 158 error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &location); 170 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost }; 171 int error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &initialColorProfileLocation);
|
/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/v8/src/ |
prettyprinter.h | 73 void PrintParameters(Scope* scope); 102 void PrintParameters(Scope* scope);
|
/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/skia/src/animator/ |
SkDisplayApply.h | 55 SkDrawable* getScope() { return scope; } 87 SkDrawable* scope; member in class:SkApply
|
/external/v8/src/ |
prettyprinter.h | 73 void PrintParameters(Scope* scope); 100 void PrintParameters(Scope* scope);
|
/external/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:
|