Home
last modified time | relevance | path

Searched refs:EF_IS_TRIPLE_CLICK (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/events/
Devent_constants.h112 EF_IS_TRIPLE_CLICK = 1 << 17, enumerator
Devent.cc410 if (flags() & EF_IS_TRIPLE_CLICK) in GetClickCount()
429 f &= ~EF_IS_TRIPLE_CLICK; in SetClickCount()
433 f &= ~EF_IS_TRIPLE_CLICK; in SetClickCount()
437 f |= EF_IS_TRIPLE_CLICK; in SetClickCount()
/external/chromium_org/ash/wm/workspace/
Dworkspace_event_handler.cc30 (ui::EF_IS_DOUBLE_CLICK | ui::EF_IS_TRIPLE_CLICK)) == 0)) { in OnMouseEvent()
/external/chromium_org/ash/wm/
Dtoplevel_window_event_handler.cc484 (ui::EF_IS_DOUBLE_CLICK | ui::EF_IS_TRIPLE_CLICK)) == 0 && in HandleMousePressed()
/external/chromium_org/ui/views/test/
Devent_generator_delegate_mac.mm207 if (flags & ui::EF_IS_TRIPLE_CLICK)