Home
last modified time | relevance | path

Searched refs:FWL_EVENTFLAG_ShiftKey (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp52 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
76 FORM_OnMouseMove(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
/external/pdfium/public/
Dfpdf_fwlevent.h19 FWL_EVENTFLAG_ShiftKey = 1 << 0, enumerator
/external/pdfium/samples/
Dpdfium_test_event_helper.cc45 modifiers |= FWL_EVENTFLAG_ShiftKey; in GetModifiers()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.cpp661 if (dwFlag & FWL_EVENTFLAG_ShiftKey) in GetFWLFlags()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp105 return !!(nFlag & FWL_EVENTFLAG_ShiftKey); in IsSHIFTKeyDown()
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp98 FORM_OnKeyDown(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
99 FORM_OnKeyUp(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()