Searched defs:service_registry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/mojo/
H A Dmojo_application.h29 ServiceRegistry* service_registry() { return &service_registry_; } function in class:content::MojoApplication
/external/chromium_org/content/browser/mojo/
H A Dmojo_application_host.h30 // 1- Init makes service_registry() available synchronously.
39 ServiceRegistry* service_registry() { return &service_registry_; } function in class:content::MojoApplicationHost
/external/chromium_org/content/renderer/mojo/
H A Dservice_registry_js_wrapper.cc8 #include "content/public/common/service_registry.h"
24 ServiceRegistry* service_registry) {
28 static_cast<ServiceRegistryImpl*>(service_registry)->GetWeakPtr()));
48 base::WeakPtr<ServiceRegistry> service_registry)
49 : service_registry_(service_registry) {
22 Create( v8::Isolate* isolate, ServiceRegistry* service_registry) argument
47 ServiceRegistryJsWrapper( base::WeakPtr<ServiceRegistry> service_registry) argument
/external/chromium_org/content/child/
H A Dchild_thread.h153 ServiceRegistry* service_registry() const { function in class:content::ChildThread
154 return mojo_application_->service_registry();

Completed in 125 milliseconds