Home
last modified time | relevance | path

Searched refs:GetHost (Results 1 – 25 of 155) sorted by relevance

1234567

/external/chromium_org/webkit/browser/appcache/
Dappcache_backend_impl.cc37 if (GetHost(id)) in RegisterHost()
58 AppCacheHost* host = GetHost(host_id); in SetSpawningHostId()
70 AppCacheHost* host = GetHost(host_id); in SelectCache()
81 AppCacheHost* host = GetHost(host_id); in SelectCacheForWorker()
91 AppCacheHost* host = GetHost(host_id); in SelectCacheForSharedWorker()
103 AppCacheHost* host = GetHost(host_id); in MarkAsForeignEntry()
113 AppCacheHost* host = GetHost(host_id); in GetStatusWithCallback()
123 AppCacheHost* host = GetHost(host_id); in StartUpdateWithCallback()
133 AppCacheHost* host = GetHost(host_id); in SwapCacheWithCallback()
143 AppCacheHost* host = GetHost(host_id); in GetResourceList()
/external/chromium_org/content/child/appcache/
Dappcache_frontend_impl.cc17 inline WebApplicationCacheHostImpl* GetHost(int id) { in GetHost() function
23 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnCacheSelected()
32 WebApplicationCacheHostImpl* host = GetHost(*i); in OnStatusChanged()
45 WebApplicationCacheHostImpl* host = GetHost(*i); in OnEventRaised()
58 WebApplicationCacheHostImpl* host = GetHost(*i); in OnProgressEventRaised()
69 WebApplicationCacheHostImpl* host = GetHost(*i); in OnErrorEventRaised()
78 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnLogMessage()
85 WebApplicationCacheHostImpl* host = GetHost(host_id); in OnContentBlocked()
/external/chromium_org/ash/display/
Dscreen_position_controller_unittest.cc93 root_windows[0]->GetHost()->GetBounds().origin().ToString()); in TEST_F()
95 root_windows[0]->GetHost()->GetBounds().size().ToString()); in TEST_F()
97 root_windows[1]->GetHost()->GetBounds().origin().ToString()); in TEST_F()
99 root_windows[1]->GetHost()->GetBounds().size().ToString()); in TEST_F()
181 root_windows[0]->GetHost()-> in TEST_F()
184 root_windows[0]->GetHost()-> in TEST_F()
187 root_windows[1]->GetHost()-> in TEST_F()
190 root_windows[1]->GetHost()-> in TEST_F()
Dvirtual_keyboard_window_controller.cc61 root_window_controller_->GetHost()->Show(); in UpdateWindow()
66 aura::WindowTreeHost* host = root_window_controller_->GetHost(); in UpdateWindow()
74 root_window_controller_->GetHost()->RemoveObserver( in Close()
91 aura::WindowTreeHost* host = root_window_controller_->GetHost(); in FlipDisplay()
Ddisplay_manager_unittest.cc387 aura::WindowTreeHost* host = Shell::GetPrimaryRootWindow()->GetHost(); in TEST_F()
597 EXPECT_EQ("100x100", ash::Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F()
1064 EXPECT_FALSE(test_api.GetHost()); in OnDisplayAdded()
1070 EXPECT_FALSE(test_api.GetHost()); in OnDisplayRemoved()
1094 EXPECT_EQ(NULL, test_api.GetHost()); in TEST_F()
1106 EXPECT_EQ("400x500", test_api.GetHost()->GetBounds().size().ToString()); in TEST_F()
1108 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F()
1113 EXPECT_EQ(NULL, test_api.GetHost()); in TEST_F()
1125 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F()
1130 test_api.GetHost()->window()->bounds().size().ToString()); in TEST_F()
[all …]
Dmouse_cursor_event_filter.cc55 root_window->GetHost()->ConvertPointToNativeScreen(point); in ConvertPointFromScreenToNative()
61 gfx::Rect native_bounds = root_window->GetHost()->GetBounds(); in GetNativeEdgeBounds()
123 root->GetHost()->ConvertPointToNativeScreen(&point_in_native); in MoveCursorTo()
126 gfx::Rect native_bounds = root->GetHost()->GetBounds(); in MoveCursorTo()
139 root->GetHost()->MoveCursorToHostLocation(point_in_host); in MoveCursorTo()
474 target_root->GetHost()->ConvertPointToNativeScreen(&native); in WarpMouseCursorIfNecessaryForTest()
Ddisplay_controller_unittest.cc968 EXPECT_EQ(1.0f, primary_root->GetHost()->compositor()-> in TEST_F()
972 EXPECT_EQ(2.0f, secondary_root->GetHost()->compositor()-> in TEST_F()
982 EXPECT_EQ(1.0f, secondary_root->GetHost()->compositor()-> in TEST_F()
987 EXPECT_EQ(2.0f, primary_root->GetHost()->compositor()-> in TEST_F()
999 EXPECT_EQ(1.0f, primary_root->GetHost()->compositor()-> in TEST_F()
1041 Shell::GetAllRootWindows()[1]->GetHost()-> in TEST_F()
1047 Shell::GetAllRootWindows()[1]->GetHost()-> in TEST_F()
1302 EXPECT_FALSE(Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F()
1310 EXPECT_TRUE(Shell::GetPrimaryRootWindow()->GetHost()-> in TEST_F()
1317 Shell::GetPrimaryRootWindow()->GetHost())); in TEST_F()
[all …]
/external/chromium_org/ui/views/win/
Dhwnd_util_aurawin.cc23 view->GetHost()->GetAcceleratedWidget() : NULL; in HWNDForNativeView()
28 window->GetHost()->GetAcceleratedWidget() : NULL; in HWNDForNativeWindow()
34 aura::WindowTreeHost* host = view->GetWidget()->GetNativeWindow()->GetHost(); in GetWindowBoundsForClientBounds()
/external/chromium_org/chrome/browser/extensions/api/system_storage/
Dsystem_storage_eject_apitest.cc44 content::RenderViewHost* GetHost() { in GetHost() function in SystemStorageEjectApiTest
84 content::RenderViewHost* host = GetHost(); in IN_PROC_BROWSER_TEST_F()
103 ExecuteCmdAndCheckReply(GetHost(), "ejectFailTest()", "eject_no_such_device"); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/
Ddebug.cc21 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowDebugBorders()
36 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowFpsCounter()
51 ui::Compositor* compositor = (*it)->GetHost()->compositor(); in ToggleShowPaintRects()
/external/chromium_org/chrome/test/base/
Dinteractive_test_utils_win.cc27 HWND hwnd = window->GetHost()->GetAcceleratedWidget(); in HideNativeWindow()
37 HWND hwnd = window->GetHost()->GetAcceleratedWidget(); in ShowAndFocusNativeWindow()
/external/chromium_org/ash/test/
Dmirror_window_test_api.cc17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const { in GetHost() function in ash::test::MirrorWindowTestApi
22 return window ? window->GetHost() : NULL; in GetHost()
/external/chromium_org/ui/wm/core/
Dcapture_controller.cc60 aura::client::CaptureDelegate* delegate = (*i)->GetHost()->dispatcher(); in SetCapture()
69 old_capture_root->GetHost()->dispatcher(); in SetCapture()
74 capture_root->GetHost()->dispatcher(); in SetCapture()
/external/chromium_org/ash/wm/maximize_mode/
Dmaximize_mode_event_blocker.cc69 last_mouse_location_(root_window->GetHost()->dispatcher()-> in BlockKeyboardAndTouchpadTargeter()
91 root_window_->GetHost()->MoveCursorToHostLocation( in FindTargetForEvent()
98 root_window_->GetHost()->ConvertPointToHost(&last_mouse_location_); in FindTargetForEvent()
/external/chromium_org/ui/views/widget/
Dtooltip_manager_aura.cc53 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot()); in UpdateTooltipManagerForCapture()
95 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot(); in UpdateTooltip()
106 root_window->GetHost()->dispatcher()->GetLastMouseLocationInRoot(); in TooltipTextChanged()
/external/chromium_org/ash/wm/
Dash_native_cursor_manager.cc25 (*iter)->GetHost()->SetCursor(cursor); in SetCursorOnAllRootWindows()
37 (*iter)->GetHost()->OnCursorVisibilityChanged(visible); in NotifyCursorVisibilityChange()
49 (*iter)->GetHost()->dispatcher()->OnMouseEventsEnableStateChanged(enabled); in NotifyMouseEventsEnableStateChange()
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.cc35 aura::WindowTreeHost* host = window->GetHost(); in DispatchWebTouchEventToPlatform()
58 window->GetHost()->event_processor()->OnEventFromSource(&wheel_event); in DispatchWebMouseWheelEventToPlatform()
125 window->GetHost()->event_processor()->OnEventFromSource(&mouse_event); in DispatchWebMouseEventToPlatform()
/external/chromium_org/chrome/browser/chromeos/events/
Devent_rewriter_controller.cc29 (*window_iter)->GetHost()->GetEventSource()->RemoveEventRewriter( in ~EventRewriterController()
50 AddToEventSource((*it)->GetHost()->GetEventSource()); in Init()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_capture_client.cc56 aura::client::CaptureDelegate* delegate = root_->GetHost()->dispatcher(); in SetCapture()
72 (*i)->root_->GetHost()->dispatcher(); in SetCapture()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc151 widget->GetNativeView()->GetHost()) { in ShowWindowsCallback()
152 HWND parent = widget->GetNativeView()->GetHost()->GetAcceleratedWidget(); in ShowWindowsCallback()
175 params->widget->GetNativeView()->GetHost()->GetAcceleratedWidget(); in SetCutoutRectsCallback()
569 GetNativeView()->GetHost()->GetAcceleratedWidget()); in WasShown()
586 aura::WindowTreeHost* host = window_->GetHost(); in WasHidden()
630 aura::WindowTreeHost* host = window_->GetHost(); in GetNativeViewId()
639 aura::WindowTreeHost* host = window_->GetHost(); in GetNativeViewAccessible()
661 aura::WindowTreeHost* host = window_->GetHost(); in SetKeyboardFocus()
689 HWND parent = window_->GetHost()->GetAcceleratedWidget(); in MovePluginWindows()
1037 if (!window_->GetHost()) in UpdateConstrainedWindowRects()
[all …]
/external/chromium_org/ui/aura/test/
Dui_controls_factory_aurawin.cc41 native_window->GetHost()->GetAcceleratedWidget(); in SendKeyPress()
54 native_window->GetHost()->GetAcceleratedWidget(); in SendKeyPressNotifyWhenDone()
/external/chromium_org/ui/views/test/
Dui_controls_factory_desktop_aurax11.cc96 aura::WindowTreeHost* host = window->GetHost(); in SendKeyPressNotifyWhenDone()
145 aura::WindowTreeHost* host = root_window->GetHost(); in SendMouseMoveNotifyWhenDone()
203 root_window->GetHost()->PostNativeEvent(&xevent); in SendMouseEventsNotifyWhenDone()
208 root_window->GetHost()->PostNativeEvent(&xevent); in SendMouseEventsNotifyWhenDone()
/external/chromium_org/content/browser/media/capture/
Ddesktop_capture_device_aura.cc214 if (desktop_window_->GetHost()) in Start()
215 desktop_window_->GetHost()->compositor()->AddObserver(this); in Start()
231 if (desktop_window_->GetHost()) in Stop()
232 desktop_window_->GetHost()->compositor()->RemoveObserver(this); in Stop()
433 desktop_window_->GetHost()->last_cursor(); in UpdateCursorState()
494 window->GetHost()->compositor()->AddObserver(this); in OnWindowAddedToRootWindow()
501 window->GetHost()->compositor()->RemoveObserver(this); in OnWindowRemovingFromRootWindow()
/external/chromium_org/content/browser/
Dppapi_plugin_process_host.cc217 if (process_->GetHost()->IsChannelOpening()) { in OpenChannelToPlugin()
253 process_->GetHost()->AddFilter(host_impl_->message_filter().get()); in PpapiPluginProcessHost()
285 std::string channel_id = process_->GetHost()->CreateChannel(); in Init()
368 process_->GetHost()), in Init()
/external/chromium_org/content/browser/compositor/
Ddelegated_frame_host.cc95 RenderWidgetHostImpl* host = client_->GetHost(); in ShouldCreateResizeLock()
271 RenderWidgetHostImpl* host = client_->GetHost(); in SwapDelegatedFrame()
388 RenderWidgetHostImpl* host = client_->GetHost(); in SendDelegatedFrameAck()
409 RenderWidgetHostImpl* host = client_->GetHost(); in SendReturnedDelegatedResources()
711 RenderWidgetHostImpl* host = client_->GetHost(); in OnCompositingDidCommit()
753 RenderWidgetHostImpl* host = client_->GetHost(); in OnUpdateVSyncParameters()
762 RenderWidgetHostImpl* host = client_->GetHost(); in OnLostResources()
816 client_->GetHost()->WasResized(); in RemovingFromWindow()

1234567