Searched defs:imported_services (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
H A D | view_manager_context.cc | 43 scoped_ptr<ServiceProvider> imported_services; local 49 imported_services.reset(registry->CreateRemoteServiceProvider()); 52 return imported_services.Pass();
|
H A D | view.cc | 335 scoped_ptr<ServiceProvider> imported_services; local 341 imported_services.reset(registry->CreateRemoteServiceProvider()); 344 return imported_services.Pass();
|
/external/chromium_org/mojo/examples/png_viewer/ |
H A D | png_viewer.cc | 43 scoped_ptr<ServiceProvider> imported_services, 47 response.Pass(), exported_services, imported_services.Pass(), shell); 58 scoped_ptr<ServiceProvider> imported_services, 60 : imported_services_(imported_services.Pass()), 77 scoped_ptr<ServiceProvider> imported_services) OVERRIDE { 41 Spawn(URLResponsePtr response, ServiceProviderImpl* exported_services, scoped_ptr<ServiceProvider> imported_services, Shell* shell) argument 56 PNGView(URLResponsePtr response, ServiceProviderImpl* exported_services, scoped_ptr<ServiceProvider> imported_services, Shell* shell) argument
|
/external/chromium_org/mojo/services/window_manager/ |
H A D | window_manager_app.cc | 188 scoped_ptr<ServiceProvider> imported_services) { 213 view_manager, root, exported_services, imported_services.Pass()); 185 OnEmbed(ViewManager* view_manager, View* root, ServiceProviderImpl* exported_services, scoped_ptr<ServiceProvider> imported_services) argument
|
Completed in 1026 milliseconds