Home
last modified time | relevance | path

Searched refs:down_flags (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/test/
Dui_controls_internal_win.cc294 DWORD down_flags = MOUSEEVENTF_ABSOLUTE; in SendMouseEventsImpl() local
300 down_flags |= MOUSEEVENTF_LEFTDOWN; in SendMouseEventsImpl()
306 down_flags |= MOUSEEVENTF_MIDDLEDOWN; in SendMouseEventsImpl()
312 down_flags |= MOUSEEVENTF_RIGHTDOWN; in SendMouseEventsImpl()
327 input.mi.dwFlags = down_flags; in SendMouseEventsImpl()
/external/chromium/chrome/browser/automation/
Dui_controls_win.cc277 DWORD down_flags = MOUSEEVENTF_ABSOLUTE; in SendMouseEventsImpl() local
283 down_flags |= MOUSEEVENTF_LEFTDOWN; in SendMouseEventsImpl()
289 down_flags |= MOUSEEVENTF_MIDDLEDOWN; in SendMouseEventsImpl()
295 down_flags |= MOUSEEVENTF_RIGHTDOWN; in SendMouseEventsImpl()
310 input.mi.dwFlags = down_flags; in SendMouseEventsImpl()