Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_fwlevent.h21 FWL_EVENTFLAG_AltKey = 1 << 2, enumerator
/external/pdfium/samples/
Dpdfium_test_event_helper.cc49 modifiers |= FWL_EVENTFLAG_AltKey; in GetModifiers()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.cpp663 if (dwFlag & FWL_EVENTFLAG_AltKey) in GetFWLFlags()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp115 return !!(nFlag & FWL_EVENTFLAG_AltKey); in IsALTKeyDown()