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

/external/chromium_org/extensions/renderer/
H A Dscript_context_set_unittest.cc41 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context()));
53 EXPECT_FALSE(context_set.GetByV8Context(context->v8_context()));
H A Dscript_context_set.cc51 return isolate->InContext() ? GetByV8Context(isolate->GetCurrentContext())
58 return calling.IsEmpty() ? NULL : GetByV8Context(calling);
61 ScriptContext* ScriptContextSet::GetByV8Context( function in class:extensions::ScriptContextSet
H A Dscript_context_set.h64 ScriptContext* GetByV8Context(v8::Handle<v8::Context> context) const;
H A Dapp_window_custom_bindings.cc43 dispatcher_->script_context_set().GetByV8Context(
H A Dv8_context_native_handler.cc55 dispatcher_->script_context_set().GetByV8Context(v8_context);
H A Dconsole.cc43 helper->dispatcher()->script_context_set().GetByV8Context(context_)) {
H A Dextension_helper.cc258 dispatcher_->script_context_set().GetByV8Context(v8_context);
H A Ddispatcher.cc348 ScriptContext* context = script_context_set_.GetByV8Context(v8_context);

Completed in 110 milliseconds