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

  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 171 bool PostMouseClickAtCenter(int button_down, int button_up);
chrome_frame_ui_test_utils.cc 112 return PostMouseClickAtCenter(WM_LBUTTONDOWN, WM_LBUTTONUP);
116 return PostMouseClickAtCenter(WM_RBUTTONDOWN, WM_RBUTTONUP);
525 bool AccObject::PostMouseClickAtCenter(int button_down, int button_up) {

Completed in 36 milliseconds