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

  /external/chromium_org/ui/events/test/
event_generator.h 189 void DragMouseTo(const gfx::Point& point);
191 void DragMouseTo(int x, int y) {
192 DragMouseTo(gfx::Point(x, y));
196 DragMouseTo(current_location_ + gfx::Vector2d(dx, dy));
event_generator.cc 192 void EventGenerator::DragMouseTo(const gfx::Point& point) {
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]

Completed in 215 milliseconds