Home
last modified time | relevance | path

Searched refs:XFA_FWL_VKEY_Down (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp197 case XFA_FWL_VKEY_Down: { in OnDropListKey()
222 case XFA_FWL_VKEY_Down: in OnDropListKeyDown()
Dfwl_widgetdef.h56 XFA_FWL_VKEY_Down = 0x28, enumerator
Dcfwl_listbox.cpp174 case XFA_FWL_VKEY_Down: in GetListItem()
178 const bool bDown = dwKeyCode == XFA_FWL_VKEY_Down; in GetListItem()
787 case XFA_FWL_VKEY_Down: in OnKeyDown()
Dcfwl_combobox.cpp467 pKey->m_dwKeyCode == XFA_FWL_VKEY_Down || in OnProcessMessage()
547 const bool bDown = dwKeyCode == XFA_FWL_VKEY_Down; in OnKey()
Dcfwl_edit.cpp1201 case XFA_FWL_VKEY_Down: in OnKeyDown()