Searched refs:script_context (Results 1 – 7 of 7) sorted by relevance
252 ScriptContext* script_context) { in DispatchOnConnectToScriptContext() argument253 v8::Isolate* isolate = script_context->isolate(); in DispatchOnConnectToScriptContext()259 std::string target_extension_id = script_context->GetExtensionID(); in DispatchOnConnectToScriptContext()260 const Extension* extension = script_context->extension(); in DispatchOnConnectToScriptContext()267 tab = converter->ToV8Value(source_tab, script_context->v8_context()); in DispatchOnConnectToScriptContext()312 script_context->module_system()->CallModuleMethod( in DispatchOnConnectToScriptContext()325 ScriptContext* script_context) { in DeliverMessageToScriptContext() argument334 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()347 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()353 ScriptContext* script_context) { in DispatchOnDisconnectToScriptContext() argument[all …]
42 ScriptContext* script_context = in DidCreateDocumentElement() local46 if (!script_context) in DidCreateDocumentElement()48 v8::Context::Scope context_scope(script_context->v8_context()); in DidCreateDocumentElement()49 script_context->module_system()->CallModuleMethod( in DidCreateDocumentElement()
257 ScriptContext* script_context = in OnAppWindowClosed() local259 if (!script_context) in OnAppWindowClosed()261 script_context->module_system()->CallModuleMethod("app.window", in OnAppWindowClosed()
117 "script_context.cc",118 "script_context.h",
34 ServiceWorkerScriptContext* script_context);
223 ServiceWorkerScriptContext* script_context) in ServiceWorkerCacheStorageDispatcher() argument224 : script_context_(script_context), in ServiceWorkerCacheStorageDispatcher()
895 'renderer/script_context.cc',896 'renderer/script_context.h',