Home
last modified time | relevance | path

Searched refs:exported_services (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/mojo/examples/png_viewer/
Dpng_viewer.cc42 ServiceProviderImpl* exported_services, in Spawn() argument
47 response.Pass(), exported_services, imported_services.Pass(), shell); in Spawn()
57 ServiceProviderImpl* exported_services, in PNGView() argument
64 exported_services->AddService(&view_manager_client_factory_); in PNGView()
76 ServiceProviderImpl* exported_services, in OnEmbed() argument
199 ServiceProviderImpl* exported_services = new ServiceProviderImpl(); in OnConnect() local
200 BindToRequest(exported_services, &service_provider); in OnConnect()
202 exported_services->CreateRemoteServiceProvider()); in OnConnect()
203 PNGView::Spawn(response.Pass(), exported_services, remote.Pass(), shell_); in OnConnect()
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
Dview_manager_context.cc42 scoped_ptr<ServiceProviderImpl> exported_services) { in Embed() argument
45 ServiceProviderImpl* registry = exported_services.release(); in Embed()
Dview_manager_client_impl.cc285 ServiceProviderImpl* exported_services = new ServiceProviderImpl; in OnEmbed() local
286 BindToRequest(exported_services, &service_provider); in OnEmbed()
288 exported_services->CreateRemoteServiceProvider()); in OnEmbed()
289 delegate_->OnEmbed(this, root, exported_services, remote.Pass()); in OnEmbed()
Dview.cc334 scoped_ptr<ServiceProviderImpl> exported_services) { in Embed() argument
337 ServiceProviderImpl* registry = exported_services.release(); in Embed()
/external/chromium_org/mojo/examples/wm_flow/embedded/
Dembedded.cc62 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
66 exported_services->AddService(&embeddee_factory_); in OnEmbed()
/external/chromium_org/mojo/services/html_viewer/
Dhtml_document_view.cc100 ServiceProviderImpl* exported_services = new ServiceProviderImpl(); in HTMLDocumentView() local
101 exported_services->AddService(&view_manager_client_factory_); in HTMLDocumentView()
102 BindToRequest(exported_services, &service_provider_request); in HTMLDocumentView()
/external/chromium_org/mojo/services/public/cpp/view_manager/
Dview_manager_delegate.h36 ServiceProviderImpl* exported_services,
Dview_manager_context.h36 scoped_ptr<ServiceProviderImpl> exported_services);
Dview.h89 scoped_ptr<ServiceProviderImpl> exported_services);
/external/chromium_org/mojo/services/window_manager/
Dmain.cc46 ServiceProviderImpl* exported_services, in OnEmbed() argument
Dwindow_manager_app.cc187 ServiceProviderImpl* exported_services, in OnEmbed() argument
213 view_manager, root, exported_services, imported_services.Pass()); in OnEmbed()
Dwindow_manager_app.h100 ServiceProviderImpl* exported_services,
Dwindow_manager_api_unittest.cc136 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/nesting_app/
Dnesting_app.cc61 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/embedded_app/
Dembedded_app.cc66 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/keyboard/
Dkeyboard.cc101 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/wm_flow/app/
Dapp.cc78 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/wm_flow/wm/
Dwm.cc49 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/aura_demo/
Daura_demo.cc120 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/browser/
Dbrowser.cc209 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/media_viewer/
Dmedia_viewer.cc240 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
Dview_manager_unittest.cc85 ServiceProviderImpl* exported_services, in OnEmbed() argument
/external/chromium_org/mojo/examples/window_manager/
Dwindow_manager.cc367 ServiceProviderImpl* exported_services, in OnEmbed() argument