Home
last modified time | relevance | path

Searched refs:GetByV8Context (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dchrome_v8_context_set.cc64 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
Dchrome_v8_context_set_unittest.cc37 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context())); in TEST()
49 EXPECT_FALSE(context_set.GetByV8Context(context->v8_context())); in TEST()
Dchrome_v8_context_set.h64 ChromeV8Context* GetByV8Context(v8::Handle<v8::Context> context) const;
Dapp_window_custom_bindings.cc43 dispatcher_->v8_context_set().GetByV8Context( in DidCreateDocumentElement()
Dconsole.cc44 helper->dispatcher()->v8_context_set().GetByV8Context(context_)) { in Visit()
Dextension_helper.cc371 dispatcher_->v8_context_set().GetByV8Context(script_context); in OnAppWindowClosed()
Ddispatcher.cc251 ChromeV8Context* context = dispatcher_->v8_context_set().GetByV8Context( in GetModuleSystem()
1270 ChromeV8Context* context = v8_context_set_.GetByV8Context(v8_context); in WillReleaseScriptContext()
/external/chromium_org/chrome/renderer/pepper/
Dpepper_extensions_common_host.cc67 dispatcher->v8_context_set().GetByV8Context( in Create()