HomeSort by relevance Sort by last modified time
    Searched defs:CallModuleMethod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
module_system.cc 263 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
268 return CallModuleMethod(module_name, method_name, 0, &no_args);
271 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
275 return CallModuleMethod(
279 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
284 TRACE_EVENT2("v8", "v8.callModuleMethod",
dispatcher.cc 375 void CallModuleMethod(const std::string& module_name,
391 context->module_system()->CallModuleMethod(
    [all...]

Completed in 35 milliseconds