Home
last modified time | relevance | path

Searched refs:SendMouseEventsNotifyWhenDone (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/automation/
Dui_controls_internal.cc17 SendMouseEventsNotifyWhenDone(button_, state_, followup_); in Run()
Dui_controls.h82 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task);
Dui_controls_mac.mm301 return SendMouseEventsNotifyWhenDone(type, state, NULL);
304 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task) {
308 return (SendMouseEventsNotifyWhenDone(type, DOWN, NULL) &&
309 SendMouseEventsNotifyWhenDone(type, UP, task));
357 return SendMouseEventsNotifyWhenDone(type, UP|DOWN, NULL);
Dui_controls_win.cc361 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task) { in SendMouseEventsNotifyWhenDone() function
378 SendMouseEventsNotifyWhenDone(button, state, task); in MoveMouseToCenterAndPress()
Dautomation_provider_gtk.cc65 ui_controls::SendMouseEventsNotifyWhenDone(ui_controls::LEFT, state_, in Run()
Dui_controls_linux.cc231 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task) { in SendMouseEventsNotifyWhenDone() function
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc351 ui_controls::SendMouseEventsNotifyWhenDone( in Step2()
589 ui_controls::SendMouseEventsNotifyWhenDone(ui_controls::LEFT, in Step4()
700 ui_controls::SendMouseEventsNotifyWhenDone( in Step4()
1037 ui_controls::SendMouseEventsNotifyWhenDone( in Step4()