OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MoveMouseRelativeTo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/test/
event_generator.h
179
void
MoveMouseRelativeTo
(const EventTarget* window, const gfx::Point& point);
180
void
MoveMouseRelativeTo
(const EventTarget* window, int x, int y) {
181
MoveMouseRelativeTo
(window, gfx::Point(x, y));
event_generator.cc
185
void EventGenerator::
MoveMouseRelativeTo
(const EventTarget* window,
Completed in 37 milliseconds