Home
last modified time | relevance | path

Searched refs:desktop_host (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc87 const auto* const desktop_host = in GetDisplayNearestWindow() local
90 if (desktop_host) { in GetDisplayNearestWindow()
91 const gfx::Rect pixel_rect = desktop_host->GetBoundsInPixels(); in GetDisplayNearestWindow()
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc86 void DispatchMouseMotionEvent(DesktopWindowTreeHostX11* desktop_host, in DispatchMouseMotionEvent() argument
88 gfx::Rect bounds_in_screen = desktop_host->window()->GetBoundsInScreen(); in DispatchMouseMotionEvent()
94 xev.xmotion.window = desktop_host->GetAcceleratedWidget(); in DispatchMouseMotionEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc121 const auto* const desktop_host = in GetDisplayNearestWindow() local
124 if (desktop_host) { in GetDisplayNearestWindow()
125 gfx::Rect match_rect_in_pixels = desktop_host->GetBoundsInPixels(); in GetDisplayNearestWindow()
H A Ddesktop_drag_drop_client_win.cc26 DesktopWindowTreeHostWin* desktop_host) in DesktopDragDropClientWin() argument
29 desktop_host_(desktop_host) { in DesktopDragDropClientWin()
H A Ddesktop_drag_drop_client_win.h38 DesktopWindowTreeHostWin* desktop_host);
H A Ddesktop_window_tree_host_linux_interactive_uitest.cc66 void DispatchMouseMotionEvent(DesktopWindowTreeHostLinux* desktop_host, in DispatchMouseMotionEvent() argument
68 gfx::Rect bounds_in_screen = desktop_host->window()->GetBoundsInScreen(); in DispatchMouseMotionEvent()
74 .event = static_cast<x11::Window>(desktop_host->GetAcceleratedWidget()), in DispatchMouseMotionEvent()