/external/chromium_org/ui/aura/ |
D | window_targeter_unittest.cc | 97 gfx::Point event_location(60, 60); in TEST_F() local 99 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 109 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 115 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 147 gfx::Point event_location(490, 50); in TEST_F() local 149 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 162 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 174 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F()
|
D | window_event_dispatcher_unittest.cc | 2281 const gfx::Point event_location(25, 15); in TEST_F() local 2282 ui::MouseEvent mouse(ui::ET_MOUSE_PRESSED, event_location, in TEST_F() 2283 event_location, ui::EF_LEFT_MOUSE_BUTTON, in TEST_F() 2289 EXPECT_EQ(event_location.ToString(), in TEST_F()
|
/external/chromium_org/ash/shelf/ |
D | shelf_widget_unittest.cc | 210 gfx::Point event_location(20, shelf_bounds.y() + 1); in TEST_F() local 211 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 233 gfx::Point event_location(20, shelf_bounds.y() + 1); in TEST_F() local 234 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location, in TEST_F() 266 gfx::Point event_location(20, shelf_bounds.y() - 1); in TEST_F() local 267 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0, in TEST_F() 284 gfx::Point event_location(20, shelf_bounds.y() - 1); in TEST_F() local 285 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0, in TEST_F()
|
/external/chromium_org/content/common/ |
D | drag_event_source_info.h | 16 gfx::Point event_location; member
|
D | drag_traits.h | 45 IPC_STRUCT_TRAITS_MEMBER(event_location)
|
/external/chromium_org/athena/wm/ |
D | bezel_controller.cc | 133 const gfx::PointF& event_location = event->location_f(); in OnGestureEvent() local 137 scroll_delta = GetDistance(event_location, target_window, scroll_bezel_); in OnGestureEvent()
|
/external/chromium_org/ash/wm/gestures/ |
D | long_press_affordance_handler.cc | 141 LongPressAffordanceView(const gfx::Point& event_location, in LongPressAffordanceView() argument 152 gfx::Point point = event_location; in LongPressAffordanceView()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.cc | 1237 event_info.event_location, in StartDragging()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.cc | 3463 possible_drag_event_info_.event_location = in WillHandleMouseEvent() 3486 possible_drag_event_info_.event_location = in WillHandleGestureEvent()
|