HomeSort by relevance Sort by last modified time
    Searched refs:exported_services (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/mojo/services/public/cpp/view_manager/
view_manager_context.h 29 // un-parented URL. |exported_services| encapsulates services offered by the
36 scoped_ptr<ServiceProviderImpl> exported_services);
view_manager_delegate.h 28 // |exported_services| is an object that the delegate can add services to to
36 ServiceProviderImpl* exported_services,
view.h 89 scoped_ptr<ServiceProviderImpl> exported_services);
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_context.cc 42 scoped_ptr<ServiceProviderImpl> exported_services) {
44 // BindToProxy() takes ownership of |exported_services|.
45 ServiceProviderImpl* registry = exported_services.release();
view_manager_client_impl.cc 284 // BindToRequest() binds the lifetime of |exported_services| to the pipe.
285 ServiceProviderImpl* exported_services = new ServiceProviderImpl; local
286 BindToRequest(exported_services, &service_provider);
288 exported_services->CreateRemoteServiceProvider());
289 delegate_->OnEmbed(this, root, exported_services, remote.Pass());
view.cc 334 scoped_ptr<ServiceProviderImpl> exported_services) {
336 // BindToProxy() takes ownership of |exported_services|.
337 ServiceProviderImpl* registry = exported_services.release();
  /external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc 42 ServiceProviderImpl* exported_services,
47 response.Pass(), exported_services, imported_services.Pass(), shell);
57 ServiceProviderImpl* exported_services,
64 exported_services->AddService(&view_manager_client_factory_);
76 ServiceProviderImpl* exported_services,
199 ServiceProviderImpl* exported_services = new ServiceProviderImpl(); variable
200 BindToRequest(exported_services, &service_provider);
202 exported_services->CreateRemoteServiceProvider());
203 PNGView::Spawn(response.Pass(), exported_services, remote.Pass(), shell_);
  /external/chromium_org/mojo/examples/wm_flow/embedded/
embedded.cc 62 mojo::ServiceProviderImpl* exported_services,
66 exported_services->AddService(&embeddee_factory_);
  /external/chromium_org/mojo/examples/nesting_app/
nesting_app.cc 61 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/services/window_manager/
main.cc 46 ServiceProviderImpl* exported_services,
window_manager_app.h 100 ServiceProviderImpl* exported_services,
window_manager_app.cc 187 ServiceProviderImpl* exported_services,
213 view_manager, root, exported_services, imported_services.Pass());
window_manager_api_unittest.cc 136 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/embedded_app/
embedded_app.cc 66 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/services/html_viewer/
html_document_view.cc 100 ServiceProviderImpl* exported_services = new ServiceProviderImpl(); local
101 exported_services->AddService(&view_manager_client_factory_);
102 BindToRequest(exported_services, &service_provider_request);
  /external/chromium_org/mojo/examples/keyboard/
keyboard.cc 101 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/wm_flow/app/
app.cc 78 mojo::ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/wm_flow/wm/
wm.cc 49 mojo::ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 120 mojo::ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/browser/
browser.cc 209 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/media_viewer/
media_viewer.cc 240 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 367 ServiceProviderImpl* exported_services,
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 85 ServiceProviderImpl* exported_services,

Completed in 796 milliseconds