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

  /external/chromium_org/content/child/mojo/
mojo_application.h 29 ServiceRegistry* service_registry() { return &service_registry_; } function in class:content::MojoApplication
  /external/chromium_org/content/browser/mojo/
mojo_application_host.h 30 // 1- Init makes service_registry() available synchronously.
39 ServiceRegistry* service_registry() { return &service_registry_; } function in class:content::MojoApplicationHost
  /external/chromium_org/content/child/
child_thread.h 153 ServiceRegistry* service_registry() const { function in class:content::ChildThread
154 return mojo_application_->service_registry();

Completed in 865 milliseconds