Searched refs:GetModule (Results 1 - 25 of 123) sorted by path

12345

/external/chromium_org/base/
H A Dvlog.cc88 base::StringPiece GetModule(const base::StringPiece& file) { function in namespace:logging::__anon2593
107 base::StringPiece module(GetModule(file));
/external/chromium_org/content/renderer/pepper/
H A Dhost_array_buffer_var.cc75 PluginModule* pm = hg->GetModule(hg->GetModuleForInstance(instance));
H A Dhost_globals.cc171 PluginModule* module = GetModule(pp_module);
228 PluginModule* HostGlobals::GetModule(PP_Module module) { function in class:content::HostGlobals
H A Dhost_globals.h70 PluginModule* GetModule(PP_Module module);
H A Dppb_proxy_impl.cc22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module);
H A Dppb_var_deprecated_impl.cc323 PluginModule* module = HostGlobals::Get()->GetModule(pp_module);
/external/chromium_org/content/renderer/
H A Dweb_ui_runner.cc47 mojo::js::Core::GetModule(
51 mojo::js::Support::GetModule(
/external/chromium_org/extensions/renderer/
H A Dapi_test_base.cc154 mojo::js::Core::GetModule(env()->isolate()));
158 mojo::js::Support::GetModule(env()->isolate()));
/external/chromium_org/gin/modules/
H A Dconsole.cc37 v8::Local<v8::Value> Console::GetModule(v8::Isolate* isolate) { function in class:gin::Console
H A Dconsole.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dmodule_registry.cc167 callback.Run(GetModule(isolate, id));
222 argv[i] = GetModule(isolate, pending->dependencies[i]);
250 v8::Handle<v8::Value> ModuleRegistry::GetModule(v8::Isolate* isolate, function in class:gin::ModuleRegistry
H A Dmodule_registry.h92 v8::Handle<v8::Value> GetModule(v8::Isolate* isolate, const std::string& id);
H A Dtimer.cc84 v8::Local<v8::Value> TimerModule::GetModule(v8::Isolate* isolate) { function in class:gin::TimerModule
H A Dtimer.h54 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/gin/shell/
H A Dgin_main.cc44 AddBuiltinModule(Console::kModuleName, Console::GetModule);
/external/chromium_org/gin/test/
H A Dfile.cc72 v8::Local<v8::Value> File::GetModule(v8::Isolate* isolate) { function in class:gin::File
H A Dfile.h15 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dfile_runner.cc38 AddBuiltinModule(Console::kModuleName, Console::GetModule);
39 AddBuiltinModule(GTest::kModuleName, GTest::GetModule);
40 AddBuiltinModule(GC::kModuleName, GC::GetModule);
41 AddBuiltinModule(File::kModuleName, File::GetModule);
H A Dgc.cc26 v8::Local<v8::Value> GC::GetModule(v8::Isolate* isolate) { function in class:gin::GC
H A Dgc.h16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
H A Dgtest.cc46 v8::Local<v8::Value> GTest::GetModule(v8::Isolate* isolate) { function in class:gin::GTest
H A Dgtest.h18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dmodule.cc34 v8::Local<v8::Value> GetModule(v8::Isolate* isolate) { function in namespace:mojo::js::gl
H A Dmodule.h16 v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc28 v8::Local<v8::Value> MonotonicClock::GetModule(v8::Isolate* isolate) { function in class:mojo::apps::MonotonicClock

Completed in 1551 milliseconds

12345