• Home
  • Raw
  • Download

Lines Matching refs:MiddleX

422       EXPECT_EQ(viewX, MiddleX(expected_rect));  in GetScreenPoint()
582 mouse_event.x = MiddleX(expected_rect); in OnPaint()
591 mouse_event.x = MiddleX(expected_rect); in OnPaint()
603 mouse_event.x = MiddleX(expected_rect); in OnPaint()
616 mouse_event.x = MiddleX(expected_rect); in OnPaint()
660 mouse_event.x = MiddleX(editbox); in OnPaint()
686 mouse_event.x = MiddleX(btnnavigate); in OnPaint()
698 mouse_event.x = MiddleX(expected_rect); in OnPaint()
710 mouse_event.x = MiddleX(expected_rect); in OnPaint()
822 mouse_event.x = MiddleX(kExpandedSelectRect); in OnPaint()
856 mouse_event.x = MiddleX(dragdiv); in OnPaint()
876 mouse_event.x = MiddleX(editbox); in OnPaint()
903 mouse_event.x = MiddleX(btnnavigate); in OnPaint()
917 mouse_event.x = MiddleX(editbox); in OnPaint()
942 mouse_event.x = MiddleX(btnnavigate); in OnPaint()
956 mouse_event.x = MiddleX(editbox); in OnPaint()
984 mouse_event.x = MiddleX(btnnavigate); in OnPaint()
998 mouse_event.x = MiddleX(editbox); in OnPaint()
1030 mouse_event.x = MiddleX(expected_rect); in OnPaint()
1043 mouse_event.x = MiddleX(input); in OnPaint()
1063 touch_event1.x = MiddleX(touchdiv) - 45; in OnPaint()
1070 touch_event2.x = MiddleX(touchdiv) + 45; in OnPaint()
1100 touch_event.x = MiddleX(pointerdiv) - 45; in OnPaint()
1212 ev.x = MiddleX(dragdiv) - 5; in StartDragging()
1218 ev.x = MiddleX(dropdiv); in StartDragging()
1238 MiddleX(dropdiv), MiddleY(dropdiv), DRAG_OPERATION_NONE); in UpdateDragCursor()
1250 ev.x = MiddleX(dropdiv); in UpdateDragCursor()
1282 mouse_event.x = MiddleX(input); in OnVirtualKeyboardRequested()
1311 EXPECT_EQ(params->GetXCoord(), MiddleX(expected_rect)); in OnBeforeContextMenu()
1379 static inline int MiddleX(const CefRect& rect) { in MiddleX() function in __anon05df0fc20111::OSRTestHandler
1429 mouse_event.x = MiddleX(LI11select); in ExpandDropDown()