Home
last modified time | relevance | path

Searched refs:FWL_VKEY_Down (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp197 case FWL_VKEY_Down: { in OnDropListKey()
222 case FWL_VKEY_Down: in OnDropListKeyDown()
Dfwl_widgetdef.h56 #define FWL_VKEY_Down 0x28 macro
Dcfwl_combobox.cpp854 const bool bDown = dwKeyCode == FWL_VKEY_Down; in DoSubCtrlKey()
932 pKey->m_dwKeyCode == FWL_VKEY_Down || in DisForm_OnProcessMessage()
983 const bool bDown = dwKeyCode == FWL_VKEY_Down; in DisForm_OnKey()
Dcfwl_listbox.cpp181 case FWL_VKEY_Down: in GetListItem()
185 const bool bDown = dwKeyCode == FWL_VKEY_Down; in GetListItem()
793 case FWL_VKEY_Down: in OnKeyDown()
Dcfwl_edit.cpp1293 case FWL_VKEY_Down: in OnKeyDown()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp49 case FWL_VKEY_Down: in IsMovementKey()
67 case FWL_VKEY_Down: in OnMovementKeyDown()
496 case FWL_VKEY_Down: in OnKeyDown()
Dcpwl_edit_ctrl.cpp130 case FWL_VKEY_Down: in OnKeyDown()
163 case FWL_VKEY_Down: in OnKeyDown()
Dcpwl_list_box.cpp151 case FWL_VKEY_Down: in OnKeyDown()
163 case FWL_VKEY_Down: in OnKeyDown()
/external/pdfium/public/
Dfpdf_fwlevent.h106 FWL_VKEY_Down = 0x28, enumerator