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

  /external/chromium_org/ui/base/test/
ui_controls_internal_win.h 24 bool SendMouseEventsImpl(MouseButton type,
ui_controls_win.cc 56 return internal::SendMouseEventsImpl(type, state, base::Closure());
62 return internal::SendMouseEventsImpl(type, state, task);
67 return internal::SendMouseEventsImpl(type, UP | DOWN, base::Closure());
ui_controls_internal_win.cc 297 bool SendMouseEventsImpl(MouseButton type, int state,
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 65 return SendMouseEventsImpl(type, state, base::Closure());
70 return SendMouseEventsImpl(type, state, task);
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 276 bool SendMouseEventsImpl(MouseButton type, int state, Task* task) {
358 return SendMouseEventsImpl(type, state, NULL);
362 return SendMouseEventsImpl(type, state, task);
366 return SendMouseEventsImpl(type, UP | DOWN, NULL);

Completed in 222 milliseconds