/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_screen_x11_unittest.cc | 152 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()
|
D | desktop_screen_win.cc | 53 return GetDisplayNearestPoint(match_rect.CenterPoint()); in GetDisplayMatching()
|
D | desktop_screen_x11.h | 47 virtual gfx::Display GetDisplayNearestPoint(
|
/external/chromium_org/ui/views/corewm/ |
D | tooltip_win.cc | 80 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_)); in PositionTooltip() 120 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(location_)); in SetText()
|
/external/chromium_org/ash/ |
D | screen_ash.cc | 144 gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const { in GetDisplayNearestPoint() function in ash::ScreenAsh 147 return GetDisplayController()->GetDisplayNearestPoint(point); in GetDisplayNearestPoint()
|
D | screen_ash.h | 75 virtual gfx::Display GetDisplayNearestPoint(
|
/external/chromium_org/ui/views/widget/ |
D | tooltip_manager.cc | 20 return GetMaxWidth(gfx::Screen::GetScreenFor(context)->GetDisplayNearestPoint( in GetMaxWidth()
|
/external/chromium_org/ash/wm/ |
D | coordinate_conversion.cc | 20 Shell::GetScreen()->GetDisplayNearestPoint(point); in GetRootWindowAt()
|
/external/chromium_org/ash/display/ |
D | screen_position_controller_unittest.cc | 104 Shell::GetScreen()->GetDisplayNearestPoint(window_pos)); in TEST_F() 142 Shell::GetScreen()->GetDisplayNearestPoint(window_pos2)); in TEST_F()
|
D | event_transformation_handler.cc | 49 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen); in OnScrollEvent()
|
D | display_controller_unittest.cc | 623 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()
|
D | display_controller.h | 147 const gfx::Display& GetDisplayNearestPoint(
|
/external/chromium_org/ash/shelf/ |
D | overflow_bubble_view.cc | 117 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( in GetPreferredSize() 202 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( in GetBubbleBounds()
|
D | shelf_bezel_event_filter.cc | 32 Shell::GetScreen()->GetDisplayNearestPoint(point_in_screen).bounds(); in OnGestureEvent()
|
/external/chromium_org/ui/gfx/ |
D | screen.h | 77 virtual gfx::Display GetDisplayNearestPoint(
|
D | screen_win.h | 30 virtual gfx::Display GetDisplayNearestPoint(
|
D | screen_android.cc | 54 virtual gfx::Display GetDisplayNearestPoint( in GetDisplayNearestPoint() function in gfx::ScreenAndroid
|
D | screen_ios.mm | 57 virtual gfx::Display GetDisplayNearestPoint(
|
D | screen_win.cc | 107 gfx::Display ScreenWin::GetDisplayNearestPoint(const gfx::Point& point) const { in GetDisplayNearestPoint() function in gfx::ScreenWin
|
/external/chromium_org/ash/wm/gestures/ |
D | overview_gesture_handler.cc | 90 in_top_bezel_gesture_ = !Shell::GetScreen()->GetDisplayNearestPoint( in ProcessGestureEvent()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_popup_controller_impl.cc | 665 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/ |
D | test_screen.h | 57 virtual gfx::Display GetDisplayNearestPoint(
|
D | test_screen.cc | 132 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/ |
D | app_list_linux.cc | 72 gfx::Display display = screen->GetDisplayNearestPoint(cursor); in MoveNearCursor()
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_win.cc | 100 gfx::Display display = screen->GetDisplayNearestPoint(cursor); in MoveNearCursor()
|