Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/corewm/
Dcompound_event_filter.cc146 aura::client::GetCursorClient(root_window); in UpdateCursor()
193 aura::client::GetCursorClient(target->GetRootWindow()); in SetCursorVisibilityOnEvent()
209 aura::client::GetCursorClient(target->GetRootWindow()); in SetMouseEventsEnableStateOnEvent()
Dtooltip_controller.cc323 aura::client::GetCursorClient(root); in IsCursorVisible()
/external/chromium_org/ui/aura/client/
Dcursor_client.cc23 CursorClient* GetCursorClient(Window* window) { in GetCursorClient() function
Dcursor_client.h90 AURA_EXPORT CursorClient* GetCursorClient(Window* window);
/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc393 aura::client::GetCursorClient(root_window_); in AfterAnimationMoveCursorTo()
444 aura::client::GetCursorClient(root_window_); in OnImplicitAnimationsCompleted()
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc234 aura::client::GetCursorClient(root_window)->HideCursor(); in TEST_F()
249 EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorLocked()); in TEST_F()
250 EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorVisible()); in TEST_F()
259 EXPECT_FALSE(aura::client::GetCursorClient(root_window)->IsCursorLocked()); in TEST_F()
Dwindow_overview.cc134 cursor_client_ = aura::client::GetCursorClient( in WindowOverview()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc587 aura::client::GetCursorClient(root); in WasShown()
1066 aura::client::GetCursorClient(root); in ScrollOffsetChanged()
2180 aura::client::GetCursorClient(root_window); in LockMouse()
2209 aura::client::GetCursorClient(root_window); in UnlockMouse()
2744 aura::client::GetCursorClient(window_->GetRootWindow()); in OnMouseEvent()
3316 aura::client::GetCursorClient(root_window); in UpdateCursorIfOverSelf()
3441 aura::client::GetCursorClient(window_->GetRootWindow()); in AddedToRootWindow()
3457 aura::client::GetCursorClient(window_->GetRootWindow()); in RemovingFromRootWindow()
/external/chromium_org/ui/aura/
Droot_window_host_win.cc185 client::GetCursorClient(GetRootWindow()->window()); in QueryMouseLocation()
Droot_window_host_x11.cc404 client::GetCursorClient(root_window); in Dispatch()
685 client::GetCursorClient(GetRootWindow()->window()); in QueryMouseLocation()
Droot_window.cc515 client::CursorClient* cursor_client = client::GetCursorClient(window()); in MoveCursorToInternal()
926 client::CursorClient* cursor_client = client::GetCursorClient(window()); in DispatchMouseEventToTarget()
Dremote_root_window_host_win.cc415 aura::client::GetCursorClient(GetRootWindow()->window()); in QueryMouseLocation()
Dwindow.cc183 client::CursorClient* cursor_client = client::GetCursorClient(window_); in ScopedCursorHider()
197 client::CursorClient* cursor_client = client::GetCursorClient(window_); in ~ScopedCursorHider()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura.cc806 aura::client::GetCursorClient(root_window_->window()); in SetCursor()
815 aura::client::GetCursorClient(root_window_->window()); in IsMouseEventsEnabled()
Ddesktop_root_window_host_win.cc528 aura::client::GetCursorClient(root_window_->window()); in QueryMouseLocation()
Ddesktop_root_window_host_x11.cc837 aura::client::GetCursorClient(GetRootWindow()->window()); in QueryMouseLocation()
/external/chromium_org/ash/wm/
Dtoplevel_window_event_handler.cc355 aura::client::GetCursorClient(root_window); in RunMoveLoop()
Dimmersive_fullscreen_controller.cc628 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( in UpdateLocatedEventRevealedLock()
Dimmersive_fullscreen_controller_unittest.cc211 aura::client::GetCursorClient(CurrentContext())->DisableMouseEvents(); in AttemptRevealStateChange()
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc613 aura::client::GetCursorClient(window_->GetRootWindow()); in SetCursor()
622 aura::client::GetCursorClient(window_->GetRootWindow()); in IsMouseEventsEnabled()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.cc1033 aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( in CalculateAutoHideState()