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

  /external/chromium_org/extensions/renderer/
module_system.cc 271 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
276 return CallModuleMethod(module_name, method_name, 0, &no_args);
279 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
283 return CallModuleMethod(
287 v8::Local<v8::Value> ModuleSystem::CallModuleMethod(
293 "v8.callModuleMethod",
dispatcher.cc 138 void CallModuleMethod(const std::string& module_name,
154 context->module_system()->CallModuleMethod(
395 base::Bind(&CallModuleMethod,
414 base::Bind(&CallModuleMethod, module_name, function_name, &args));
    [all...]

Completed in 55 milliseconds