Home
last modified time | relevance | path

Searched refs:service_provider_handle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/mojo/public/c/system/
Dmain.h25 __cdecl MojoMain(MojoHandle service_provider_handle);
28 MojoMain(MojoHandle service_provider_handle);
/external/chromium_org/mojo/dbus/
Ddbus_external_service.h94 virtual void Activate(ScopedMessagePipeHandle service_provider_handle) in Activate() argument
96 app_.reset(new ApplicationImpl(service_, service_provider_handle.Pass())); in Activate()
/external/chromium_org/mojo/shell/
Dexternal_service.mojom8 Activate(handle<message_pipe>? service_provider_handle);
Ddbus_application_loader_linux.cc38 ScopedMessagePipeHandle service_provider_handle) in LoadContext() argument
43 service_provider_handle_(service_provider_handle.Pass()) { in LoadContext()
/external/chromium_org/content/renderer/
Drender_frame_impl.h462 mojo::ScopedMessagePipeHandle service_provider_handle);
Drender_frame_impl.cc1004 mojo::ScopedMessagePipeHandle service_provider_handle) { in BindServiceRegistry() argument
1005 service_registry_.BindRemoteServiceProvider(service_provider_handle.Pass()); in BindServiceRegistry()