Home
last modified time | relevance | path

Searched refs:GetCursorClient (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dcompound_event_filter.cc98 aura::client::GetCursorClient(root_window); in UpdateCursor()
147 aura::client::GetCursorClient(target->GetRootWindow()); in SetCursorVisibilityOnEvent()
163 aura::client::GetCursorClient(target->GetRootWindow()); in SetMouseEventsEnableStateOnEvent()
179 aura::client::GetCursorClient(target->GetRootWindow()); in OnKeyEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dcompound_event_filter.cc99 aura::client::GetCursorClient(root_window); in UpdateCursor()
153 aura::client::GetCursorClient(target->GetRootWindow()); in SetCursorVisibilityOnEvent()
172 aura::client::GetCursorClient(target->GetRootWindow()); in SetMouseEventsEnableStateOnEvent()
193 aura::client::GetCursorClient(target->GetRootWindow()); in OnKeyEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/eye_dropper/
H A Deye_dropper_view_aura.cc40 auto* cursor_client = aura::client::GetCursorClient( in HideCursor()
47 aura::client::GetCursorClient(GetWidget()->GetNativeWindow()->GetRootWindow()) in ShowCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/snapshot/
H A Dscreenshot_grabber.cc46 aura::client::GetCursorClient(window); in Create()
56 aura::client::GetCursorClient(window_); in ~ScopedCursorHider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/snapshot/
H A Dscreenshot_grabber.cc46 aura::client::GetCursorClient(window); in Create()
56 aura::client::GetCursorClient(window_); in ~ScopedCursorHider()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dpointer.cc116 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in Pointer()
140 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in ~Pointer()
282 auto* cursor_client = WMHelper::GetInstance()->GetCursorClient(); in EnablePointerCapture()
302 auto* cursor_client = WMHelper::GetInstance()->GetCursorClient(); in DisablePointerCapture()
535 auto* cursor_client = WMHelper::GetInstance()->GetCursorClient(); in OnCursorDisplayChanged()
671 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in UpdateCursor()
H A Dwm_helper_chromeos.cc180 aura::client::CursorClient* WMHelperChromeOS::GetCursorClient() { in GetCursorClient() function in exo::WMHelperChromeOS
181 return aura::client::GetCursorClient(ash::Shell::GetPrimaryRootWindow()); in GetCursorClient()
H A Dwm_helper_chromeos.h89 aura::client::CursorClient* GetCursorClient() override;
H A Dwm_helper.h119 virtual aura::client::CursorClient* GetCursorClient() = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Dcursor_client.cc22 CursorClient* GetCursorClient(Window* window) { in GetCursorClient() function
H A Dcursor_client.h95 AURA_EXPORT CursorClient* GetCursorClient(Window* window);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Dcursor_client.cc22 CursorClient* GetCursorClient(Window* window) { in GetCursorClient() function
H A Dcursor_client.h100 AURA_EXPORT CursorClient* GetCursorClient(Window* window);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_ozone.cc78 aura::client::GetCursorClient(root_window); in StartDragAndDrop()
184 aura::client::GetCursorClient(root_window_); in DragDropSessionCompleted()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dinput_injector_chromeos.cc112 aura::client::GetCursorClient(ash::Shell::GetPrimaryRootWindow()); in ~Core()
182 aura::client::GetCursorClient(ash::Shell::GetPrimaryRootWindow()); in Start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dpointer.cc122 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in Pointer()
148 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in ~Pointer()
601 auto* cursor_client = WMHelper::GetInstance()->GetCursorClient(); in OnCursorDisplayChanged()
740 aura::client::CursorClient* cursor_client = helper->GetCursorClient(); in UpdateCursor()
H A Dwm_helper_chromeos.cc190 aura::client::CursorClient* WMHelperChromeOS::GetCursorClient() { in GetCursorClient() function in exo::WMHelperChromeOS
191 return aura::client::GetCursorClient(ash::Shell::GetPrimaryRootWindow()); in GetCursorClient()
H A Dwm_helper_chromeos.h91 aura::client::CursorClient* GetCursorClient() override;
H A Dwm_helper.h118 virtual aura::client::CursorClient* GetCursorClient() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_ozone.cc145 aura::client::GetCursorClient(root_window); in StartDragAndDrop()
315 aura::client::GetCursorClient(root_window_); in OnDragOperationChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/test/
H A Dexo_test_base_views.cc64 aura::client::CursorClient* GetCursorClient() override { return nullptr; } in GetCursorClient() function in exo::test::__anon2dda608a0111::WMHelperTester
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/exo/
H A Dcast_wm_helper.h90 aura::client::CursorClient* GetCursorClient() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_event_handler.cc178 aura::client::GetCursorClient(root_window); in LockMouse()
251 aura::client::GetCursorClient(root_window); in UnlockMouse()
745 aura::client::GetCursorClient(window_->GetRootWindow()); in HandleMouseEventWhileLocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_event_handler.cc196 aura::client::GetCursorClient(root_window); in LockMouse()
269 aura::client::GetCursorClient(root_window); in UnlockMouse()
820 aura::client::GetCursorClient(window_->GetRootWindow()); in HandleMouseEventWhileLocked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_tree_host_platform.cc264 client::CursorClient* cursor_client = client::GetCursorClient(window()); in OnMouseEnter()

123