OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceRegistryImpl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/common/mojo/
service_registry_impl.cc
11
ServiceRegistryImpl
::
ServiceRegistryImpl
()
15
ServiceRegistryImpl
::
ServiceRegistryImpl
(mojo::ScopedMessagePipeHandle handle)
20
ServiceRegistryImpl
::~
ServiceRegistryImpl
() {
27
void
ServiceRegistryImpl
::BindRemoteServiceProvider(
40
void
ServiceRegistryImpl
::OnConnectionError() {
44
void
ServiceRegistryImpl
::AddService(
52
void
ServiceRegistryImpl
::RemoveService(const std::string& service_name)
[
all
...]
service_registry_impl.h
22
class
ServiceRegistryImpl
: public ServiceRegistry,
25
ServiceRegistryImpl
();
26
explicit
ServiceRegistryImpl
(mojo::ScopedMessagePipeHandle handle);
27
virtual ~
ServiceRegistryImpl
();
/external/chromium_org/content/child/mojo/
mojo_application.h
36
ServiceRegistryImpl
service_registry_;
/external/chromium_org/content/browser/mojo/
mojo_application_host.h
47
ServiceRegistryImpl
service_registry_;
/external/chromium_org/content/renderer/mojo/
service_registry_js_wrapper.cc
28
static_cast<
ServiceRegistryImpl
*>(service_registry)->GetWeakPtr()));
/external/chromium_org/content/browser/frame_host/
render_frame_host_impl.h
507
ServiceRegistryImpl
service_registry_;
/external/chromium_org/content/renderer/
render_frame_impl.h
[
all
...]
Completed in 3692 milliseconds