Searched refs:CallModuleMethod (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/extensions/renderer/ |
D | module_system.h | 87 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,
|
D | script_context.cc | 116 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()
|
D | messaging_bindings.cc | 305 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()
|
D | module_system.cc | 271 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
|
D | dispatcher.cc | 138 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()
|
D | extension_helper.cc | 341 script_context->module_system()->CallModuleMethod("app.window", in OnAppWindowClosed()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | webstore_bindings.cc | 214 context()->module_system()->CallModuleMethod( in OnInlineWebstoreInstallResponse() 235 context()->module_system()->CallModuleMethod( in OnInlineInstallStageChanged() 245 context()->module_system()->CallModuleMethod( in OnInlineInstallDownloadProgress()
|
D | json_schema_unittest.cc | 27 context_->module_system()->CallModuleMethod("json_schema_test", test_name); in TestFunction()
|
D | app_window_custom_bindings.cc | 49 script_context->module_system()->CallModuleMethod( in DidCreateDocumentElement()
|
D | app_bindings.cc | 224 context()->module_system()->CallModuleMethod( in OnAppInstallStateResponse()
|