Searched refs:FWL_EVENTFLAG_ShiftKey (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_edit_embeddertest.cpp | 54 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F() 71 FORM_OnMouseMove(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F()
|
/external/pdfium/public/ |
D | fpdf_fwlevent.h | 30 FWL_EVENTFLAG_ShiftKey = 1 << 0, enumerator
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 51 return !!(nFlag & FWL_EVENTFLAG_ShiftKey); in IsSHIFTKeyDown()
|
D | cpdfsdk_xfawidgethandler.cpp | 369 if (dwFlag & FWL_EVENTFLAG_ShiftKey) in GetFWLFlags()
|
D | fpdfformfill_embeddertest.cpp | 90 FORM_OnKeyDown(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard() 91 FORM_OnKeyUp(form_handle(), page_, arrow_key, FWL_EVENTFLAG_ShiftKey); in SelectTextWithKeyboard()
|