Home
last modified time | relevance | path

Searched refs:FWL_VKEY_Escape (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
Dfwl_widgetdef.h43 #define FWL_VKEY_Escape 0x1B macro
Dcfwl_combolist.cpp192 case FWL_VKEY_Escape: { in OnDropListKey()
Dcfwl_combobox.cpp934 pKey->m_dwKeyCode == FWL_VKEY_Escape; in DisForm_OnProcessMessage()
Dcfwl_edit.cpp1347 case FWL_VKEY_Escape: in OnChar()
/external/pdfium/public/
Dfpdf_fwlevent.h93 FWL_VKEY_Escape = 0x1B, enumerator
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.cpp118 case FWL_VKEY_Escape: { in OnChar()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp529 case FWL_VKEY_Escape: in IsProceedtoOnChar()