Searched defs:current_location_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/test/
H A Devent_generator.h125 current_location_ = location;
127 const gfx::Point& current_location() const { return current_location_; }
185 MoveMouseTo(current_location_ + gfx::Vector2d(x, y));
196 DragMouseTo(current_location_ + gfx::Vector2d(dx, dy));
229 PressMoveAndReleaseTouchTo(current_location_ + gfx::Vector2d(x, y));
370 gfx::Point current_location_; member in class:ui::test::EventGenerator

Completed in 80 milliseconds