HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayNearestPoint (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/ash/wm/
coordinate_conversion.cc 21 Shell::GetScreen()->GetDisplayNearestPoint(point);
drag_window_resizer.cc 113 screen->GetDisplayNearestPoint(last_mouse_location_in_screen);
  /external/chromium_org/ui/gfx/
screen.h 64 virtual gfx::Display GetDisplayNearestPoint(
screen_win.h 27 virtual gfx::Display GetDisplayNearestPoint(
screen_android.cc 48 virtual gfx::Display GetDisplayNearestPoint(
screen_win.cc 77 gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const {
screen_gtk.cc 135 virtual gfx::Display GetDisplayNearestPoint(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.cc 52 return GetDisplayNearestPoint(match_rect.CenterPoint());
desktop_screen_x11.cc 45 virtual gfx::Display GetDisplayNearestPoint(
110 gfx::Display DesktopScreenX11::GetDisplayNearestPoint(
  /external/chromium_org/ash/display/
event_transformation_handler.cc 52 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
display_controller.h 151 const gfx::Display& GetDisplayNearestPoint(
screen_position_controller_unittest.cc 100 Shell::GetScreen()->GetDisplayNearestPoint(window_pos));
138 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2));
display_controller_unittest.cc 499 Shell::GetScreen()->GetDisplayNearestPoint(
521 Shell::GetScreen()->GetDisplayNearestPoint(
554 Shell::GetScreen()->GetDisplayNearestPoint(
588 Shell::GetScreen()->GetDisplayNearestPoint(
629 Shell::GetScreen()->GetDisplayNearestPoint(
    [all...]
  /external/chromium_org/ash/
screen_ash.h 72 virtual gfx::Display GetDisplayNearestPoint(
screen_ash.cc 134 gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const {
135 return GetDisplayController()->GetDisplayNearestPoint(point);
  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.cc 27 Shell::GetScreen()->GetDisplayNearestPoint(event->location()).bounds();
  /external/chromium_org/ui/aura/test/
test_screen.h 54 virtual gfx::Display GetDisplayNearestPoint(
test_screen.cc 125 gfx::Display TestScreen::GetDisplayNearestPoint(const gfx::Point& point) const {
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 34 gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint(
  /external/chromium_org/ash/launcher/
overflow_bubble.cc 142 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
215 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 616 gfx::Display top_left_display = GetDisplayNearestPoint(
618 gfx::Display bottom_right_display = GetDisplayNearestPoint(
656 gfx::Display AutofillPopupControllerImpl::GetDisplayNearestPoint(
658 return gfx::Screen::GetScreenFor(container_view())->GetDisplayNearestPoint(
autofill_popup_controller_impl.h 176 virtual gfx::Display GetDisplayNearestPoint(const gfx::Point& point) const;
  /external/chromium_org/ash/test/
ash_test_base.cc 60 gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 71 screen->GetDisplayNearestPoint(last_location_);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 110 GetDisplayNearestPoint(center).bounds();

Completed in 174 milliseconds

1 2