Searched refs:SendMouseEventsNotifyWhenDone (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | ui_controls_internal.cc | 17 SendMouseEventsNotifyWhenDone(button_, state_, followup_); in Run()
|
D | ui_controls.h | 82 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task);
|
D | ui_controls_mac.mm | 301 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);
|
D | ui_controls_win.cc | 361 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task) { in SendMouseEventsNotifyWhenDone() function 378 SendMouseEventsNotifyWhenDone(button, state, task); in MoveMouseToCenterAndPress()
|
D | automation_provider_gtk.cc | 65 ui_controls::SendMouseEventsNotifyWhenDone(ui_controls::LEFT, state_, in Run()
|
D | ui_controls_linux.cc | 231 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task) { in SendMouseEventsNotifyWhenDone() function
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_test.cc | 351 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()
|