Home
last modified time | relevance | path

Searched refs:script_context (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/extensions/renderer/
Dmessaging_bindings.cc252 ScriptContext* script_context) { in DispatchOnConnectToScriptContext() argument
253 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() argument
334 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()
347 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()
353 ScriptContext* script_context) { in DispatchOnDisconnectToScriptContext() argument
[all …]
Dapp_window_custom_bindings.cc42 ScriptContext* script_context = in DidCreateDocumentElement() local
46 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()
Dextension_helper.cc257 ScriptContext* script_context = in OnAppWindowClosed() local
259 if (!script_context) in OnAppWindowClosed()
261 script_context->module_system()->CallModuleMethod("app.window", in OnAppWindowClosed()
DBUILD.gn117 "script_context.cc",
118 "script_context.h",
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.h34 ServiceWorkerScriptContext* script_context);
Dservice_worker_cache_storage_dispatcher.cc223 ServiceWorkerScriptContext* script_context) in ServiceWorkerCacheStorageDispatcher() argument
224 : script_context_(script_context), in ServiceWorkerCacheStorageDispatcher()
/external/chromium_org/extensions/
Dextensions.gyp895 'renderer/script_context.cc',
896 'renderer/script_context.h',