Searched refs:GetDisplayNearestPoint (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/ui/views/widget/
H A Dtooltip_manager.cc20 return GetMaxWidth(gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint(
/external/chromium_org/ash/wm/
H A Dcoordinate_conversion.cc20 Shell::GetScreen()->GetDisplayNearestPoint(point);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_win.cc53 return GetDisplayNearestPoint(match_rect.CenterPoint());
H A Ddesktop_screen_x11.h47 virtual gfx::Display GetDisplayNearestPoint(
H A Ddesktop_screen_x11_unittest.cc152 TEST_F(DesktopScreenX11Test, GetDisplayNearestPoint) {
160 screen()->GetDisplayNearestPoint(gfx::Point(650, 10)).id());
162 screen()->GetDisplayNearestPoint(gfx::Point(10, 10)).id());
164 screen()->GetDisplayNearestPoint(gfx::Point(10000, 10000)).id());
/external/chromium_org/ash/display/
H A Devent_transformation_handler.cc49 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen);
H A Dscreen_position_controller_unittest.cc104 Shell::GetScreen()->GetDisplayNearestPoint(window_pos));
142 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2));
H A Ddisplay_controller.h147 const gfx::Display& GetDisplayNearestPoint(
H A Ddisplay_controller_unittest.cc623 Shell::GetScreen()->GetDisplayNearestPoint(
645 Shell::GetScreen()->GetDisplayNearestPoint(
678 Shell::GetScreen()->GetDisplayNearestPoint(
717 Shell::GetScreen()->GetDisplayNearestPoint(
739 Shell::GetScreen()->GetDisplayNearestPoint(
772 Shell::GetScreen()->GetDisplayNearestPoint(
808 Shell::GetScreen()->GetDisplayNearestPoint(
849 Shell::GetScreen()->GetDisplayNearestPoint(
/external/chromium_org/ash/shelf/
H A Dshelf_bezel_event_filter.cc32 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen).bounds();
H A Doverflow_bubble_view.cc117 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
202 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint(
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler.cc90 in_top_bezel_gesture_ = !Shell::GetScreen()->GetDisplayNearestPoint(
/external/chromium_org/ui/gfx/
H A Dscreen.h77 virtual gfx::Display GetDisplayNearestPoint(
H A Dscreen_android.cc54 virtual gfx::Display GetDisplayNearestPoint(
H A Dscreen_win.h30 virtual gfx::Display GetDisplayNearestPoint(
H A Dscreen_win.cc107 gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const { function in class:gfx::ScreenWin
/external/chromium_org/ash/
H A Dscreen_ash.cc144 gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const { function in class:ash::ScreenAsh
147 return GetDisplayController()->GetDisplayNearestPoint(point);
H A Dscreen_ash.h75 virtual gfx::Display GetDisplayNearestPoint(
/external/chromium_org/ui/views/corewm/
H A Dtooltip_win.cc80 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_));
120 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_));
/external/chromium_org/ui/aura/test/
H A Dtest_screen.h57 virtual gfx::Display GetDisplayNearestPoint(
H A Dtest_screen.cc132 gfx::Display TestScreen::GetDisplayNearestPoint(const gfx::Point& point) const { function in class:aura::TestScreen
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux.cc72 gfx::Display display = screen->GetDisplayNearestPoint(cursor);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.cc100 gfx::Display display = screen->GetDisplayNearestPoint(cursor);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc665 gfx::Display top_left_display = GetDisplayNearestPoint(
667 gfx::Display bottom_right_display = GetDisplayNearestPoint(
705 gfx::Display AutofillPopupControllerImpl::GetDisplayNearestPoint( function in class:autofill::AutofillPopupControllerImpl
707 return gfx::Screen::GetScreenFor(container_view())->GetDisplayNearestPoint(
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.cc98 GetDisplayNearestPoint(center).bounds();

Completed in 504 milliseconds

12