Searched refs:EVENTFLAG_CONTROL_DOWN (Results 1 – 13 of 13) sorted by relevance
54 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefMouseModifiers()79 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefKeyboardModifiers()
34 cef_event.modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefKeyEvent()
404 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateWebEventModifiers()
128 if (event.modifiers & (EVENTFLAG_ALT_DOWN | EVENTFLAG_CONTROL_DOWN)) in OnKeyEvent()
44 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefStateModifiers()1521 if (key_event.modifiers & EVENTFLAG_CONTROL_DOWN) { in KeyEvent()
810 event.modifiers &= ~(EVENTFLAG_CONTROL_DOWN | EVENTFLAG_ALT_DOWN); in OnKeyEvent()
637 modifiers |= EVENTFLAG_CONTROL_DOWN;
199 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateUiEventModifiers()
130 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN)
544 !!(event_flags & EVENTFLAG_CONTROL_DOWN), in SendKeyPress()
1760 EVENTFLAG_CONTROL_DOWN = 1 << 2, enumerator
1780 (mode_ == CTRL_LEFT_CLICK ? EVENTFLAG_CONTROL_DOWN : 0); in ContinueIfReady()
57123 + {EF_CONTROL_DOWN, EVENTFLAG_CONTROL_DOWN},62771 + result |= EVENTFLAG_CONTROL_DOWN;