Searched defs:GetHost (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ash/test/
H A Dmirror_window_test_api.cc17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const { function in class:ash::test::MirrorWindowTestApi
22 return window ? window->GetHost() : NULL;
/external/chromium_org/athena/test/
H A Dathena_test_helper.cc86 return GetHost()->window();
89 aura::WindowTreeHost* AthenaTestHelper::GetHost() { function in class:athena::test::AthenaTestHelper
90 return AthenaEnv::Get()->GetHost();
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_eject_apitest.cc44 content::RenderViewHost* GetHost() { function in class:SystemStorageEjectApiTest
84 content::RenderViewHost* host = GetHost();
103 ExecuteCmdAndCheckReply(GetHost(), "ejectFailTest()", "eject_no_such_device");
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h52 AppCacheHost* GetHost(int host_id) { function in class:content::AppCacheBackendImpl
/external/chromium_org/content/child/appcache/
H A Dappcache_frontend_impl.cc17 inline WebApplicationCacheHostImpl* GetHost(int id) { function in namespace:content
23 WebApplicationCacheHostImpl* host = GetHost(host_id);
32 WebApplicationCacheHostImpl* host = GetHost(*i);
45 WebApplicationCacheHostImpl* host = GetHost(*i);
58 WebApplicationCacheHostImpl* host = GetHost(*i);
69 WebApplicationCacheHostImpl* host = GetHost(*i);
78 WebApplicationCacheHostImpl* host = GetHost(host_id);
85 WebApplicationCacheHostImpl* host = GetHost(host_id);
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc167 ChildProcessHost* BrowserChildProcessHostImpl::GetHost() const { function in class:content::BrowserChildProcessHostImpl
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host.cc66 WebSocketHost* host = GetHost(routing_id);
93 WebSocketHost* WebSocketDispatcherHost::GetHost(int routing_id) const { function in class:content::WebSocketDispatcherHost
H A Drender_widget_host_view_aura.cc153 widget->GetNativeView()->GetHost()) {
154 HWND parent = widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
177 params->widget->GetNativeView()->GetHost()->GetAcceleratedWidget();
606 GetNativeView()->GetHost()->GetAcceleratedWidget());
623 aura::WindowTreeHost* host = window_->GetHost();
671 aura::WindowTreeHost* host = window_->GetHost();
680 aura::WindowTreeHost* host = window_->GetHost();
701 aura::WindowTreeHost* host = window_->GetHost();
729 HWND parent = window_->GetHost()->GetAcceleratedWidget();
1007 if (!window_->GetHost())
2582 RenderWidgetHostImpl* RenderWidgetHostViewAura::GetHost() { function in class:content::RenderWidgetHostViewAura
[all...]
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.cc187 aura::WindowTreeHost* ShellDesktopController::GetHost() { function in class:extensions::ShellDesktopController
199 aura::Window* root_window = GetHost()->window();
/external/chromium_org/v8/samples/
H A Dprocess.cc113 static void GetHost(Local<String> name,
491 void JsHttpRequestProcessor::GetHost(Local<String> name, function in class:JsHttpRequestProcessor
528 GetHost); local
/external/chromium_org/ash/
H A Droot_window_controller.cc315 aura::WindowTreeHost* RootWindowController::GetHost() { function in class:ash::RootWindowController
319 const aura::WindowTreeHost* RootWindowController::GetHost() const { function in class:ash::RootWindowController
324 return GetHost()->window();
328 return GetHost()->window();
847 boot_splash_screen_.reset(new BootSplashScreen(GetHost()));
/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc187 typename Types::HostType* GetHost();
193 Types::CreateContentLayer(GetHost()));
209 typename Types::LayerPtrType layer(Types::CreateLayer(GetHost()));
233 Types::CreateContentLayer(GetHost()));
257 Types::CreateContentLayer(GetHost()));
268 Types::CreateContentLayer(GetHost()));
461 OcclusionTrackerTest<OcclusionTrackerTestMainThreadTypes>::GetHost() { function in class:cc::__anon2835::OcclusionTrackerTest
467 OcclusionTrackerTest<OcclusionTrackerTestImplThreadTypes>::GetHost() { function in class:cc::__anon2835::OcclusionTrackerTest
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc629 const std::string CookieTreeHostNode::GetHost() const { function in class:CookieTreeHostNode
726 DCHECK_EQ(GetHost(), domain);
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc412 const std::string& TemplateURLRef::GetHost( function in class:TemplateURLRef
/external/chromium_org/ui/aura/
H A Dwindow.cc236 WindowTreeHost* host = GetHost();
335 WindowTreeHost* Window::GetHost() { function in class:aura::Window
337 GetHost());
340 const WindowTreeHost* Window::GetHost() const { function in class:aura::Window
553 root_window->GetHost()->dispatcher()->OnWindowAddedToRootWindow(child);
649 root_window->GetHost()->MoveCursorTo(point_in_root);
1449 WindowTreeHost* host = GetHost();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 499 milliseconds