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

/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc276 bool SendMouseEventsImpl(MouseButton type, int state, Task* task) { function in namespace:ui_controls::__anon1029
358 return SendMouseEventsImpl(type, state, NULL);
362 return SendMouseEventsImpl(type, state, task);
366 return SendMouseEventsImpl(type, UP | DOWN, NULL);

Completed in 806 milliseconds