/external/v8/include/ |
v8-profiler.h | 170 Handle<Value> security_token = Handle<Value>()); 175 Handle<Value> security_token = Handle<Value>()); 193 Handle<Value> security_token = Handle<Value>());
|
/external/v8/src/ |
cpu-profiler.h | 212 static CpuProfile* StopProfiling(Object* security_token, String* title); 214 static CpuProfile* GetProfile(Object* security_token, int index); 215 static CpuProfile* FindProfile(Object* security_token, unsigned uid); 262 CpuProfile* StopCollectingProfile(Object* security_token, String* title);
|
cpu-profiler.cc | 281 CpuProfile* CpuProfiler::StopProfiling(Object* security_token, String* title) { 285 security_token, title) : NULL; 297 CpuProfile* CpuProfiler::GetProfile(Object* security_token, int index) { 300 const int token = profiler->token_enumerator_->GetTokenId(security_token); 305 CpuProfile* CpuProfiler::FindProfile(Object* security_token, unsigned uid) { 308 const int token = profiler->token_enumerator_->GetTokenId(security_token); 532 CpuProfile* CpuProfiler::StopCollectingProfile(Object* security_token, 537 int token = token_enumerator_->GetTokenId(security_token);
|
contexts.h | 101 V(SECURITY_TOKEN_INDEX, Object, security_token) \
|
string-stream.cc | 472 Object* token = context->global_context()->security_token();
|
api.cc | 4380 i::Object* security_token = env->security_token(); local [all...] |
isolate.cc | 792 if (Context::cast(receiver_context)->security_token() == 793 global_context->security_token()) [all...] |
bootstrapper.cc | [all...] |
/external/chromium_org/google_apis/gcm/engine/ |
mcs_client.h | 87 // |android_id| and |security_token| are optional if this is not a new 93 void Login(uint64 android_id, uint64 security_token);
|
mcs_client.cc | 136 void MCSClient::Login(uint64 android_id, uint64 security_token) { 138 if (android_id != android_id_ && security_token != security_token_) { 140 DCHECK(security_token); 143 security_token_ = security_token;
|
rmq_store.cc | 89 bool LoadDeviceCredentials(uint64* android_id, uint64* security_token); 293 uint64* security_token) { 314 if (!base::StringToUint64(decrypted_token, security_token)) {
|
/external/chromium_org/v8/src/ |
contexts.h | 101 V(SECURITY_TOKEN_INDEX, Object, security_token) \
|
string-stream.cc | 479 Object* token = context->native_context()->security_token();
|
isolate.cc | 770 if (Context::cast(receiver_context)->security_token() == 771 native_context->security_token()) [all...] |
api.cc | 5365 i::Object* security_token = env->security_token(); local [all...] |
bootstrapper.cc | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-debug.cc | 167 v8::Utils::OpenHandle(*context_)->security_token()); [all...] |
/external/v8/test/cctest/ |
test-debug.cc | 150 v8::Utils::OpenHandle(*context_)->security_token()); [all...] |