Searched refs:GetByV8Context (Results 1 – 8 of 8) sorted by relevance
64 return isolate->InContext() ? GetByV8Context(isolate->GetCurrentContext()) in GetCurrent()71 return calling.IsEmpty() ? NULL : GetByV8Context(calling); in GetCalling()74 ChromeV8Context* ChromeV8ContextSet::GetByV8Context( in GetByV8Context() function in extensions::ChromeV8ContextSet
37 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context())); in TEST()49 EXPECT_FALSE(context_set.GetByV8Context(context->v8_context())); in TEST()
64 ChromeV8Context* GetByV8Context(v8::Handle<v8::Context> context) const;
43 dispatcher_->v8_context_set().GetByV8Context( in DidCreateDocumentElement()
44 helper->dispatcher()->v8_context_set().GetByV8Context(context_)) { in Visit()
371 dispatcher_->v8_context_set().GetByV8Context(script_context); in OnAppWindowClosed()
251 ChromeV8Context* context = dispatcher_->v8_context_set().GetByV8Context( in GetModuleSystem()1270 ChromeV8Context* context = v8_context_set_.GetByV8Context(v8_context); in WillReleaseScriptContext()
67 dispatcher->v8_context_set().GetByV8Context( in Create()