Searched refs:GetByV8Context (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_context_set_unittest.cc37 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context()));
49 EXPECT_FALSE(context_set.GetByV8Context(context->v8_context()));
H A Dchrome_v8_context_set.cc64 GetByV8Context(v8::Context::GetCurrent()) : NULL;
69 return calling.IsEmpty() ? NULL : GetByV8Context(calling);
72 ChromeV8Context* ChromeV8ContextSet::GetByV8Context( function in class:extensions::ChromeV8ContextSet
H A Dchrome_v8_context_set.h64 ChromeV8Context* GetByV8Context(v8::Handle<v8::Context> context) const;
H A Dapp_window_custom_bindings.cc43 dispatcher_->v8_context_set().GetByV8Context(
H A Dconsole.cc44 helper->dispatcher()->v8_context_set().GetByV8Context(context_)) {
H A Dcontent_watcher.cc110 dispatcher_->v8_context_set().GetByV8Context(
H A Dextension_helper.cc360 dispatcher_->v8_context_set().GetByV8Context(script_context);
H A Ddispatcher.cc198 ChromeV8Context* context = dispatcher_->v8_context_set().GetByV8Context(
1191 ChromeV8Context* context = v8_context_set_.GetByV8Context(v8_context);
/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_extensions_common_host.cc80 return dispatcher_->v8_context_set().GetByV8Context(

Completed in 93 milliseconds