Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_fwlevent.h20 FWL_EVENTFLAG_ControlKey = 1 << 1, enumerator
/external/pdfium/samples/
Dpdfium_test_event_helper.cc47 modifiers |= FWL_EVENTFLAG_ControlKey; in GetModifiers()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.cpp653 if (dwFlag & FWL_EVENTFLAG_ControlKey) in GetFWLFlags()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp110 return !!(nFlag & FWL_EVENTFLAG_ControlKey); in IsCTRLKeyDown()