Home
last modified time | relevance | path

Searched refs:EVENTFLAG_ALT_DOWN (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/tests/shared/browser/
Dutil_win.cc58 modifiers |= EVENTFLAG_ALT_DOWN; in GetCefMouseModifiers()
81 modifiers |= EVENTFLAG_ALT_DOWN; in GetCefKeyboardModifiers()
/third_party/cef/libcef/browser/
Dbrowser_util.cc36 cef_event.modifiers |= EVENTFLAG_ALT_DOWN; in GetCefKeyEvent()
Dbrowser_platform_delegate.cc406 if (cef_modifiers & EVENTFLAG_ALT_DOWN) in TranslateWebEventModifiers()
/third_party/cef/tests/ceftests/views/
Dwindow_unittest.cc402 window->SendKeyPress(kChar, EVENTFLAG_ALT_DOWN); in TriggerAccelerator()
417 EXPECT_EQ(EVENTFLAG_ALT_DOWN, static_cast<int>(event.modifiers)); in OnKeyEvent()
426 EXPECT_EQ(EVENTFLAG_ALT_DOWN, static_cast<int>(event.modifiers)); in OnKeyEvent()
/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.cc46 modifiers |= EVENTFLAG_ALT_DOWN; in GetCefStateModifiers()
1507 if (key_event.modifiers & EVENTFLAG_ALT_DOWN) in KeyEvent()
Dosr_window_win.cc810 event.modifiers &= ~(EVENTFLAG_CONTROL_DOWN | EVENTFLAG_ALT_DOWN); in OnKeyEvent()
Dbrowser_window_osr_mac.mm641 modifiers |= EVENTFLAG_ALT_DOWN;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc201 if (cef_modifiers & EVENTFLAG_ALT_DOWN) in TranslateUiEventModifiers()
Dbrowser_platform_delegate_native_mac.mm132 if (cef_modifiers & EVENTFLAG_ALT_DOWN)
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc267 test_mode_ == CLICKED_REJECTED ? EVENTFLAG_ALT_DOWN : 0); in OnLoadEnd()
/third_party/cef/libcef/browser/views/
Dwindow_impl.cc546 !!(event_flags & EVENTFLAG_ALT_DOWN), in SendKeyPress()
/third_party/cef/include/internal/
Dcef_types.h1761 EVENTFLAG_ALT_DOWN = 1 << 3, enumerator
/third_party/chromium/patch/
D0003-ohos-1115.patch61194 + {EF_ALT_DOWN, EVENTFLAG_ALT_DOWN},
67371 + result |= EVENTFLAG_ALT_DOWN;