Home
last modified time | relevance | path

Searched refs:GetDisplayNearestPoint (Results 1 – 25 of 51) sorted by relevance

123

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

123