Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp863 FWL_EVENTFLAG_ControlKey)); in TEST_F()
870 (FWL_EVENTFLAG_ControlKey | FWL_EVENTFLAG_ShiftKey))); in TEST_F()
3363 constexpr int kCorrectModifier = FWL_EVENTFLAG_ControlKey; in TEST_F()
3375 constexpr int kWrongModifier = FWL_EVENTFLAG_ControlKey; in TEST_F()
3489 modifier = FWL_EVENTFLAG_ControlKey; in TEST_F()
3493 modifier |= FWL_EVENTFLAG_ControlKey; in TEST_F()
3515 modifier = FWL_EVENTFLAG_ControlKey; in TEST_F()
3519 modifier |= FWL_EVENTFLAG_ControlKey; in TEST_F()
3525 modifier = FWL_EVENTFLAG_ControlKey; in TEST_F()
3529 modifier |= FWL_EVENTFLAG_ControlKey; in TEST_F()
[all …]
/external/pdfium/public/
Dfpdf_fwlevent.h20 FWL_EVENTFLAG_ControlKey = 1 << 1, enumerator
/external/pdfium/testing/helpers/
Devent.cc24 modifiers |= FWL_EVENTFLAG_ControlKey; in GetModifiers()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widget.cpp201 if (input & FWL_EVENTFLAG_ControlKey) in GetKeyFlags()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp129 return !!(nFlag & FWL_EVENTFLAG_ControlKey); in IsCTRLKeyDown()