HomeSort by relevance Sort by last modified time
    Searched refs:event_location (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/
drag_event_source_info.h 16 gfx::Point event_location; member in struct:content::DragEventSourceInfo
drag_traits.h 45 IPC_STRUCT_TRAITS_MEMBER(event_location)
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 97 gfx::Point event_location(60, 60);
99 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
109 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
115 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
132 gfx::Point event_location(490, 50);
134 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
    [all...]
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 210 gfx::Point event_location(20, shelf_bounds.y() + 1);
211 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
233 gfx::Point event_location(20, shelf_bounds.y() + 1);
234 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
266 gfx::Point event_location(20, shelf_bounds.y() - 1);
267 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0,
284 gfx::Point event_location(20, shelf_bounds.y() - 1);
285 ui::TouchEvent touch(ui::ET_TOUCH_PRESSED, event_location, 0
    [all...]
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 141 LongPressAffordanceView(const gfx::Point& event_location,
152 gfx::Point point = event_location;
  /art/runtime/jdwp/
jdwp_event.cc 793 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location,
796 DCHECK(event_location != nullptr);
798 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc);
    [all...]
  /art/runtime/
debugger.h 308 const JDWP::EventLocation& event_location)
debugger.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 217 milliseconds