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

1 2 3

  /external/chromium_org/chrome/browser/ui/autofill/
test_popup_controller_common.cc 14 gfx::Display TestPopupControllerCommon::GetDisplayNearestPoint(
test_popup_controller_common.h 23 virtual gfx::Display GetDisplayNearestPoint(
popup_controller_common.cc 52 gfx::Display PopupControllerCommon::GetDisplayNearestPoint(
54 return gfx::Screen::GetScreenFor(container_view_)->GetDisplayNearestPoint(
141 gfx::Display top_left_display = GetDisplayNearestPoint(
143 gfx::Display bottom_right_display = GetDisplayNearestPoint(
popup_controller_common.h 65 virtual gfx::Display GetDisplayNearestPoint(const gfx::Point& point) const;
  /external/chromium_org/ash/display/
event_transformation_handler.cc 46 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
screen_ash.h 73 virtual gfx::Display GetDisplayNearestPoint(
screen_ash.cc 97 virtual gfx::Display GetDisplayNearestPoint(
252 gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const {
265 return GetDisplayNearestPoint(match_rect.origin());
screen_position_controller_unittest.cc 104 Shell::GetScreen()->GetDisplayNearestPoint(window_pos));
142 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2));
  /external/chromium_org/ash/wm/
coordinate_conversion.cc 20 Shell::GetScreen()->GetDisplayNearestPoint(point);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_win.cc 35 return GetDisplayNearestPoint(match_rect.CenterPoint());
desktop_screen_x11.h 43 virtual gfx::Display GetDisplayNearestPoint(
  /external/chromium_org/ui/views/widget/
tooltip_manager.cc 20 return GetMaxWidth(gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint(
  /external/chromium_org/ui/gfx/
screen.h 77 virtual gfx::Display GetDisplayNearestPoint(
screen_win.h 33 virtual gfx::Display GetDisplayNearestPoint(
screen_android.cc 61 virtual gfx::Display GetDisplayNearestPoint(
  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.cc 31 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen).bounds();
overflow_bubble_view.cc 114 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
197 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 88 in_top_bezel_gesture_ = !Shell::GetScreen()->GetDisplayNearestPoint(
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc 85 gfx::Display display = screen->GetDisplayNearestPoint(cursor);
  /external/chromium_org/mojo/aura/
screen_mojo.cc 52 gfx::Display ScreenMojo::GetDisplayNearestPoint(const gfx::Point& point) const {
screen_mojo.h 36 virtual gfx::Display GetDisplayNearestPoint(
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 90 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
122 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
  /external/chromium_org/ash/ime/
mode_indicator_view.cc 36 return gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(
  /external/chromium_org/ui/aura/test/
test_screen.h 61 virtual gfx::Display GetDisplayNearestPoint(
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc 89 gfx::Display display = screen->GetDisplayNearestPoint(cursor);

Completed in 322 milliseconds

1 2 3