Searched refs:cursor_point (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/views/controls/scrollbar/ |
D | base_scroll_bar_button.cc | 39 gfx::Point cursor_point(GetMessagePos()); in RepeaterNotifyClick() local 42 gfx::Point cursor_point = in RepeaterNotifyClick() 46 cursor_point, cursor_point, in RepeaterNotifyClick()
|
D | bitmap_scroll_bar.cc | 76 gfx::Point cursor_point(GetMessagePos()); in NotifyClick() local 78 gfx::Point cursor_point = gfx::Screen::GetCursorScreenPoint(); in NotifyClick() 81 cursor_point, cursor_point, in NotifyClick()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_desktop_window_move_client.cc | 52 gfx::Point cursor_point(event->x_root, event->y_root); in OnMouseMovement() local 53 gfx::Point system_loc = cursor_point - window_offset_; in OnMouseMovement()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | dragged_tab_controller.cc | 571 gfx::Point cursor_point = GetCursorScreenPoint(); in GetWindowCreatePoint() local 575 return cursor_point; in GetWindowCreatePoint() 580 cursor_point); in GetWindowCreatePoint() 582 if (cursor_point.x() < work_area.x()) in GetWindowCreatePoint() 583 cursor_point.set_x(work_area.x()); in GetWindowCreatePoint() 584 else if (cursor_point.x() > work_area.right()) in GetWindowCreatePoint() 585 cursor_point.set_x(work_area.right()); in GetWindowCreatePoint() 586 if (cursor_point.y() < work_area.y()) in GetWindowCreatePoint() 587 cursor_point.set_y(work_area.y()); in GetWindowCreatePoint() 588 else if (cursor_point.y() > work_area.bottom()) in GetWindowCreatePoint() [all …]
|
D | base_tab_strip.cc | 99 POINT cursor_point = {GET_X_LPARAM(pos), GET_Y_LPARAM(pos)}; in HighlightCloseButton() local 100 MapWindowPoints(NULL, widget->GetNativeView(), &cursor_point, 1); in HighlightCloseButton() 106 MAKELPARAM(cursor_point.x, cursor_point.y)); in HighlightCloseButton()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_win.cc | 62 gfx::Point cursor_point(pos); in MoveMouse() local 63 DCHECK_EQ(point.x, cursor_point.x()); in MoveMouse() 64 DCHECK_EQ(point.y, cursor_point.y()); in MoveMouse()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_controller_gtk.cc | 199 gfx::Point cursor_point = GetCursorScreenPoint(); in GetWindowCreatePoint() local 200 return gfx::Point(cursor_point.x() - window_create_point_.x(), in GetWindowCreatePoint() 201 cursor_point.y() - window_create_point_.y()); in GetWindowCreatePoint()
|
D | tab_strip_gtk.cc | 1513 gfx::Point cursor_point(x, y); in IsCursorInTabStripZone() local 1515 return bds.Contains(cursor_point); in IsCursorInTabStripZone()
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 1623 gfx::Point cursor_point(x, y); in IsCursorInTabStripZone() local 1625 return bds.Contains(cursor_point); in IsCursorInTabStripZone()
|