HomeSort by relevance Sort by last modified time
    Searched defs:MoveMouseRelativeTo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/aura/test/
event_generator.h 160 void MoveMouseRelativeTo(const Window* window, const gfx::Point& point);
161 void MoveMouseRelativeTo(const Window* window, int x, int y) {
162 MoveMouseRelativeTo(window, gfx::Point(x, y));
event_generator.cc 187 void EventGenerator::MoveMouseRelativeTo(const Window* window,

Completed in 1441 milliseconds