Searched refs:Embed (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_init_service_impl.cc26 void ViewManagerInitServiceImpl::Embed( function in class:mojo::service::ViewManagerInitServiceImpl
30 context_->Embed(url, service_provider.Pass(), callback);
H A Dview_manager_init_service_impl.h42 virtual void Embed(const String& url,
H A Dview_manager_init_service_context.h33 void Embed(const String& url,
H A Dview_manager_init_service_context.cc57 void ViewManagerInitServiceContext::Embed( function in class:mojo::service::ViewManagerInitServiceContext
H A Dconnection_manager.h83 // See description of ViewManagerService::Embed() for details. This assumes
85 void Embed(ConnectionSpecificId creator_id,
H A Dconnection_manager.cc85 connection->client()->Embed(url, service_provider.Pass());
88 void ConnectionManager::Embed( function in class:mojo::service::ConnectionManager
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_context.cc35 void ViewManagerContext::Embed(const String& url) { function in class:mojo::ViewManagerContext
37 Embed(url, spi.Pass());
40 scoped_ptr<ServiceProvider> ViewManagerContext::Embed( function in class:mojo::ViewManagerContext
51 state_->init_service()->Embed(url, sp.Pass(), base::Bind(&ConnectCallback));
H A Dview_manager_client_impl.h59 void Embed(const String& url, Id view_id);
60 void Embed(const String& url,
115 virtual void Embed(
H A Dview_manager_client_impl.cc199 void ViewManagerClientImpl::Embed(const String& url, Id view_id) { function in class:mojo::ViewManagerClientImpl
202 Embed(url, view_id, sp.Pass());
205 void ViewManagerClientImpl::Embed( function in class:mojo::ViewManagerClientImpl
210 service_->Embed(url, view_id, service_provider.Pass(),
357 void ViewManagerClientImpl::Embed( function in class:mojo::ViewManagerClientImpl
361 window_manager_delegate_->Embed(url, service_provider.Pass());
H A Dview.cc328 void View::Embed(const String& url) { function in class:mojo::View
329 static_cast<ViewManagerClientImpl*>(manager_)->Embed(url, id_);
333 View::Embed(const String& url, function in class:mojo::View
343 static_cast<ViewManagerClientImpl*>(manager_)->Embed(url, id_, sp.Pass());
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_manager_context.h23 // Embed an application @ |url| at an appropriate View.
30 // application calling Embed() to the application being embedded. Returns
33 void Embed(const String& url);
34 scoped_ptr<ServiceProvider> Embed(
H A Dwindow_manager_delegate.h20 virtual void Embed(const String& url, function in class:mojo::WindowManagerDelegate
H A Dview.h86 void Embed(const String& url);
87 scoped_ptr<ServiceProvider> Embed(
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeBidi.h33 Embed, enumerator in enum:blink::EUnicodeBidi
/external/chromium_org/mojo/examples/aura_demo/
H A Dview_manager_init.cc26 context_->Embed("mojo:mojo_aura_demo");
/external/chromium_org/mojo/examples/demo_launcher/
H A Ddemo_launcher.cc28 context_->Embed("mojo:mojo_window_manager");
/external/chromium_org/mojo/examples/wm_flow/init/
H A Dinit.cc29 context_->Embed("mojo:mojo_wm_flow_wm");
/external/chromium_org/mojo/services/window_manager/
H A Dmain.cc56 virtual void Embed(
61 view->Embed(url, scoped_ptr<mojo::ServiceProviderImpl>(
H A Dwindow_manager_app.h106 virtual void Embed(
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_manager_unittest.cc286 ViewManager* Embed(ViewManager* view_manager, View* view) { function in class:mojo::ViewManagerTest
288 view->Embed(kEmbeddedApp1URL);
332 view_manager_init->Embed(
368 TEST_F(ViewManagerTest, Embed) {
371 ViewManager* embedded = Embed(window_manager(), view);
388 ViewManager* embedded = Embed(window_manager(), view);
399 ViewManager* embedded = Embed(window_manager(), view);
429 ViewManager* embedded = Embed(window_manager(), view);
445 ViewManager* embedded = Embed(window_manager(), view);
460 ViewManager* embedded = Embed(window_manage
[all...]
/external/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc94 embed->Embed("mojo:mojo_wm_flow_embedded", registry.Pass());
120 view_manager_context_->Embed("mojo:mojo_wm_flow_app");
/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dwm.cc66 virtual void Embed(
78 app_view->Embed(url, scoped_ptr<mojo::ServiceProviderImpl>(
/external/chromium_org/mojo/examples/nesting_app/
H A Dnesting_app.cc69 nested_->Embed(kEmbeddedAppURL);
/external/chromium_org/mojo/examples/window_manager/
H A Dwindow_manager.cc104 view_->Embed("mojo:mojo_keyboard");
257 void Embed(const std::string& url) { function in class:mojo::examples::Window
261 view_->Embed(url, service_provider_impl.Pass());
396 virtual void Embed(
443 dest_view->Embed(url);
453 launcher_ui_->Embed("mojo:mojo_browser");
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.

Completed in 2206 milliseconds

12