/external/chromium_org/mojo/examples/png_viewer/ |
D | png_viewer.cc | 42 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/ |
D | view_manager_context.cc | 42 scoped_ptr<ServiceProviderImpl> exported_services) { in Embed() argument 45 ServiceProviderImpl* registry = exported_services.release(); in Embed()
|
D | view_manager_client_impl.cc | 285 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()
|
D | view.cc | 334 scoped_ptr<ServiceProviderImpl> exported_services) { in Embed() argument 337 ServiceProviderImpl* registry = exported_services.release(); in Embed()
|
/external/chromium_org/mojo/examples/wm_flow/embedded/ |
D | embedded.cc | 62 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument 66 exported_services->AddService(&embeddee_factory_); in OnEmbed()
|
/external/chromium_org/mojo/services/html_viewer/ |
D | html_document_view.cc | 100 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/ |
D | view_manager_delegate.h | 36 ServiceProviderImpl* exported_services,
|
D | view_manager_context.h | 36 scoped_ptr<ServiceProviderImpl> exported_services);
|
D | view.h | 89 scoped_ptr<ServiceProviderImpl> exported_services);
|
/external/chromium_org/mojo/services/window_manager/ |
D | main.cc | 46 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
D | window_manager_app.cc | 187 ServiceProviderImpl* exported_services, in OnEmbed() argument 213 view_manager, root, exported_services, imported_services.Pass()); in OnEmbed()
|
D | window_manager_app.h | 100 ServiceProviderImpl* exported_services,
|
D | window_manager_api_unittest.cc | 136 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/nesting_app/ |
D | nesting_app.cc | 61 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/embedded_app/ |
D | embedded_app.cc | 66 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/keyboard/ |
D | keyboard.cc | 101 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/wm_flow/app/ |
D | app.cc | 78 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/wm_flow/wm/ |
D | wm.cc | 49 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/aura_demo/ |
D | aura_demo.cc | 120 mojo::ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/browser/ |
D | browser.cc | 209 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/media_viewer/ |
D | media_viewer.cc | 240 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/ |
D | view_manager_unittest.cc | 85 ServiceProviderImpl* exported_services, in OnEmbed() argument
|
/external/chromium_org/mojo/examples/window_manager/ |
D | window_manager.cc | 367 ServiceProviderImpl* exported_services, in OnEmbed() argument
|