Home
last modified time | relevance | path

Searched refs:CallModuleMethod (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/extensions/renderer/
Dmodule_system.h87 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
89 v8::Local<v8::Value> CallModuleMethod(
93 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
Dscript_context.cc116 module_system_->CallModuleMethod( in DispatchEvent()
121 module_system_->CallModuleMethod("unload_event", "dispatch"); in DispatchOnUnloadEvent()
215 v8::Handle<v8::Value> retval = module_system()->CallModuleMethod( in OnResponseReceived()
Dmessaging_bindings.cc305 script_context->module_system()->CallModuleMethod( in DispatchOnConnectToScriptContext()
327 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()
340 script_context->module_system()->CallModuleMethod( in DeliverMessageToScriptContext()
359 script_context->module_system()->CallModuleMethod( in DispatchOnDisconnectToScriptContext()
Dmodule_system.cc271 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
276 return CallModuleMethod(module_name, method_name, 0, &no_args); in CallModuleMethod()
279 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
283 return CallModuleMethod( in CallModuleMethod()
287 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
Ddispatcher.cc138 void CallModuleMethod(const std::string& module_name, in CallModuleMethod() function
154 context->module_system()->CallModuleMethod( in CallModuleMethod()
395 base::Bind(&CallModuleMethod, in DispatchEvent()
414 base::Bind(&CallModuleMethod, module_name, function_name, &args)); in InvokeModuleSystemMethod()
Dextension_helper.cc341 script_context->module_system()->CallModuleMethod("app.window", in OnAppWindowClosed()
/external/chromium_org/chrome/renderer/extensions/
Dwebstore_bindings.cc214 context()->module_system()->CallModuleMethod( in OnInlineWebstoreInstallResponse()
235 context()->module_system()->CallModuleMethod( in OnInlineInstallStageChanged()
245 context()->module_system()->CallModuleMethod( in OnInlineInstallDownloadProgress()
Djson_schema_unittest.cc27 context_->module_system()->CallModuleMethod("json_schema_test", test_name); in TestFunction()
Dapp_window_custom_bindings.cc49 script_context->module_system()->CallModuleMethod( in DidCreateDocumentElement()
Dapp_bindings.cc224 context()->module_system()->CallModuleMethod( in OnAppInstallStateResponse()