Home
last modified time | relevance | path

Searched defs:CallModuleMethod (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/renderer/
Dmodule_system.cc230 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
239 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
247 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( in CallModuleMethod() function in extensions::ModuleSystem
Ddispatcher.cc145 void CallModuleMethod(const std::string& module_name, in CallModuleMethod() function