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

  /external/chromium_org/chrome/renderer/extensions/
module_system.h 81 v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
83 v8::Local<v8::Value> CallModuleMethod(
87 v8::Local<v8::Value> CallModuleMethod(
json_schema_unittest.cc 27 module_system_->CallModuleMethod("json_schema_test", test_name);
chrome_v8_context.cc 113 module_system_->CallModuleMethod("unload_event", "dispatch");
148 v8::Handle<v8::Value> retval = module_system_->CallModuleMethod(
messaging_bindings.cc 269 v8::Handle<v8::Value> retval = (*it)->module_system()->CallModuleMethod(
315 v8::Handle<v8::Value> has_port = (*it)->module_system()->CallModuleMethod(
327 (*it)->module_system()->CallModuleMethod("messaging",
360 (*it)->module_system()->CallModuleMethod("messaging",
app_window_custom_bindings.cc 49 v8_context->module_system()->CallModuleMethod(
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",
app_bindings.cc 216 context()->module_system()->CallModuleMethod(
content_watcher.cc 147 selector_indices = module_system->CallModuleMethod("contentWatcher",
webstore_bindings.cc 221 context()->module_system()->CallModuleMethod(
extension_helper.cc 363 chrome_v8_context->module_system()->CallModuleMethod(
dispatcher.cc 375 void CallModuleMethod(const std::string& module_name,
391 context->module_system()->CallModuleMethod(
    [all...]

Completed in 232 milliseconds