Home
last modified time | relevance | path

Searched refs:event_location (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_targeter_unittest.cc97 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()
Dwindow_event_dispatcher_unittest.cc2281 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/
Dshelf_widget_unittest.cc210 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/
Ddrag_event_source_info.h16 gfx::Point event_location; member
Ddrag_traits.h45 IPC_STRUCT_TRAITS_MEMBER(event_location)
/external/chromium_org/athena/wm/
Dbezel_controller.cc133 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/
Dlong_press_affordance_handler.cc141 LongPressAffordanceView(const gfx::Point& event_location, in LongPressAffordanceView() argument
152 gfx::Point point = event_location; in LongPressAffordanceView()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc1237 event_info.event_location, in StartDragging()
/external/chromium_org/content/renderer/
Drender_view_impl.cc3463 possible_drag_event_info_.event_location = in WillHandleMouseEvent()
3486 possible_drag_event_info_.event_location = in WillHandleGestureEvent()