Home
last modified time | relevance | path

Searched refs:EVENTFLAG_CONTROL_DOWN (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/shared/browser/
Dutil_win.cc54 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefMouseModifiers()
79 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefKeyboardModifiers()
/third_party/cef/libcef/browser/
Dbrowser_util.cc34 cef_event.modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefKeyEvent()
Dbrowser_platform_delegate.cc404 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateWebEventModifiers()
/third_party/cef/tests/cefclient/browser/
Dviews_menu_bar.cc128 if (event.modifiers & (EVENTFLAG_ALT_DOWN | EVENTFLAG_CONTROL_DOWN)) in OnKeyEvent()
Dbrowser_window_osr_gtk.cc44 modifiers |= EVENTFLAG_CONTROL_DOWN; in GetCefStateModifiers()
1521 if (key_event.modifiers & EVENTFLAG_CONTROL_DOWN) { in KeyEvent()
Dosr_window_win.cc810 event.modifiers &= ~(EVENTFLAG_CONTROL_DOWN | EVENTFLAG_ALT_DOWN); in OnKeyEvent()
Dbrowser_window_osr_mac.mm637 modifiers |= EVENTFLAG_CONTROL_DOWN;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc199 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN) in TranslateUiEventModifiers()
Dbrowser_platform_delegate_native_mac.mm130 if (cef_modifiers & EVENTFLAG_CONTROL_DOWN)
/third_party/cef/libcef/browser/views/
Dwindow_impl.cc544 !!(event_flags & EVENTFLAG_CONTROL_DOWN), in SendKeyPress()
/third_party/cef/include/internal/
Dcef_types.h1760 EVENTFLAG_CONTROL_DOWN = 1 << 2, enumerator
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc1780 (mode_ == CTRL_LEFT_CLICK ? EVENTFLAG_CONTROL_DOWN : 0); in ContinueIfReady()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch57123 + {EF_CONTROL_DOWN, EVENTFLAG_CONTROL_DOWN},
62771 + result |= EVENTFLAG_CONTROL_DOWN;