Searched refs:ServiceProviderImpl (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/mojo/public/cpp/application/lib/
H A Dservice_provider_impl.cc13 ServiceProviderImpl::ServiceProviderImpl() : remote_(NULL) { function in class:mojo::ServiceProviderImpl
16 ServiceProviderImpl::~ServiceProviderImpl() {
19 ServiceProvider* ServiceProviderImpl::CreateRemoteServiceProvider() {
26 void ServiceProviderImpl::ConnectToService(
40 void ServiceProviderImpl::OnConnectionError() {
44 void ServiceProviderImpl::AddServiceConnector(
52 void ServiceProviderImpl::RemoveServiceConnector(
62 void ServiceProviderImpl
[all...]
H A Dweak_service_provider.h11 class ServiceProviderImpl;
16 // the ServiceProviderImpl is bound to that of its pipe, but code may continue
21 WeakServiceProvider(ServiceProviderImpl* creator,
33 ServiceProviderImpl* creator_;
H A Dweak_service_provider.cc13 WeakServiceProvider::WeakServiceProvider(ServiceProviderImpl* creator,
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_manager_delegate.h13 class ServiceProviderImpl;
36 ServiceProviderImpl* exported_services,
H A Dview_manager_context.h36 scoped_ptr<ServiceProviderImpl> exported_services);
H A Dview.h25 class ServiceProviderImpl;
89 scoped_ptr<ServiceProviderImpl> exported_services);
/external/chromium_org/mojo/public/cpp/application/
H A Dservice_provider_impl.h18 class ServiceProviderImpl : public InterfaceImpl<ServiceProvider> { class in namespace:mojo
20 ServiceProviderImpl();
21 virtual ~ServiceProviderImpl();
31 // ServiceProviderImpl is bound to the lifetime of the pipe it
35 // This method must only be called once per ServiceProviderImpl.
63 MOJO_DISALLOW_COPY_AND_ASSIGN(ServiceProviderImpl);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_context.cc36 scoped_ptr<ServiceProviderImpl> spi(new ServiceProviderImpl);
42 scoped_ptr<ServiceProviderImpl> exported_services) {
45 ServiceProviderImpl* registry = exported_services.release();
H A Dview_manager_client_impl.cc201 BindToProxy(new ServiceProviderImpl, &sp);
285 ServiceProviderImpl* exported_services = new ServiceProviderImpl;
H A Dview.cc334 scoped_ptr<ServiceProviderImpl> exported_services) {
337 ServiceProviderImpl* registry = exported_services.release();
/external/chromium_org/mojo/services/window_manager/
H A Dmain.cc46 ServiceProviderImpl* exported_services,
61 view->Embed(url, scoped_ptr<mojo::ServiceProviderImpl>(
62 new mojo::ServiceProviderImpl).Pass());
H A Dwindow_manager_api_unittest.cc43 BindToProxy(new ServiceProviderImpl, &sp);
136 ServiceProviderImpl* exported_services,
H A Dwindow_manager_app.h100 ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc78 mojo::ServiceProviderImpl* exported_services,
89 scoped_ptr<mojo::ServiceProviderImpl> registry(
90 new mojo::ServiceProviderImpl);
/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dwm.cc49 mojo::ServiceProviderImpl* exported_services,
78 app_view->Embed(url, scoped_ptr<mojo::ServiceProviderImpl>(
79 new mojo::ServiceProviderImpl).Pass());
/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc42 ServiceProviderImpl* exported_services,
57 ServiceProviderImpl* exported_services,
76 ServiceProviderImpl* exported_services,
199 ServiceProviderImpl* exported_services = new ServiceProviderImpl();
/external/chromium_org/mojo/examples/nesting_app/
H A Dnesting_app.cc61 ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/wm_flow/embedded/
H A Dembedded.cc62 mojo::ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/embedded_app/
H A Dembedded_app.cc66 ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_document_view.cc100 ServiceProviderImpl* exported_services = new ServiceProviderImpl();
116 ServiceProviderImpl* embedee_service_provider_impl,
H A Dhtml_document_view.h92 ServiceProviderImpl* embedee_service_provider_impl,
/external/chromium_org/mojo/examples/keyboard/
H A Dkeyboard.cc101 ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc258 scoped_ptr<ServiceProviderImpl> service_provider_impl(
259 new ServiceProviderImpl());
367 ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/aura_demo/
H A Daura_demo.cc120 mojo::ServiceProviderImpl* exported_services,
/external/chromium_org/mojo/examples/browser/
H A Dbrowser.cc209 ServiceProviderImpl* exported_services,

Completed in 215 milliseconds

12