Home
last modified time | relevance | path

Searched refs:GetCursorScreenPoint (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc64 start_screen_point_ = GetCursorScreenPoint(); in CaptureDragInfo()
199 gfx::Point cursor_point = GetCursorScreenPoint(); in GetWindowCreatePoint()
233 gfx::Point screen_point = GetCursorScreenPoint(); in ContinueDragging()
696 gfx::Point DraggedTabControllerGtk::GetCursorScreenPoint() const { in GetCursorScreenPoint() function in DraggedTabControllerGtk
780 window = DockInfo::GetLocalProcessWindowAtPoint(GetCursorScreenPoint(), in BringWindowUnderMouseToFront()
Ddragged_tab_controller_gtk.h168 gfx::Point GetCursorScreenPoint() const;
/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.cc147 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint(); in FullscreenExitBubble()
209 gfx::Point cursor_pos = views::Screen::GetCursorScreenPoint(); in CheckMousePosition()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc360 start_screen_point_ = GetCursorScreenPoint(); in Init()
571 gfx::Point cursor_point = GetCursorScreenPoint(); in GetWindowCreatePoint()
649 gfx::Point screen_point = GetCursorScreenPoint(); in CanStartDrag()
667 gfx::Point screen_point = GetCursorScreenPoint(); in ContinueDragging()
1362 gfx::Point DraggedTabController::GetCursorScreenPoint() const { in GetCursorScreenPoint() function in DraggedTabController
1430 window = DockInfo::GetLocalProcessWindowAtPoint(GetCursorScreenPoint(), in BringWindowUnderMouseToFront()
Ddragged_tab_controller.h261 gfx::Point GetCursorScreenPoint() const;
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc68 tab_contents, views::Screen::GetCursorScreenPoint(), false); in OnLeaveNotify2()
486 tab_contents(), views::Screen::GetCursorScreenPoint(), true); in OnMouseMove()
Dtab_contents_view_views.cc336 tab_contents(), views::Screen::GetCursorScreenPoint(), true); in OnNativeTabContentsViewMouseMove()