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

  /external/chromium/chrome/browser/automation/
ui_controls_internal.cc 19 SendMouseEvents(button_, state_);
ui_controls.h 81 bool SendMouseEvents(MouseButton type, int state);
83 // Same as SendMouseEvents with UP | DOWN.
87 // SendMouseEvents.
ui_controls_linux.cc 182 bool SendMouseEvents(MouseButton type, int state) {
232 bool rv = SendMouseEvents(type, state);
249 return SendMouseEvents(type, UP | DOWN);
ui_controls_win.cc 357 bool SendMouseEvents(MouseButton type, int state) {

Completed in 57 milliseconds