Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp196 case XFA_FWL_VKEY_Up: in OnDropListKey()
221 case XFA_FWL_VKEY_Up: in OnDropListKeyDown()
Dfwl_widgetdef.h54 XFA_FWL_VKEY_Up = 0x26, enumerator
Dcfwl_listbox.cpp173 case XFA_FWL_VKEY_Up: in GetListItem()
177 const bool bUp = dwKeyCode == XFA_FWL_VKEY_Up; in GetListItem()
183 iDstItem = dwKeyCode == XFA_FWL_VKEY_Up ? index - 1 : index + 1; in GetListItem()
786 case XFA_FWL_VKEY_Up: in OnKeyDown()
Dcfwl_combobox.cpp466 bool bListKey = pKey->m_dwKeyCode == XFA_FWL_VKEY_Up || in OnProcessMessage()
546 const bool bUp = dwKeyCode == XFA_FWL_VKEY_Up; in OnKey()
Dcfwl_edit.cpp1198 case XFA_FWL_VKEY_Up: in OnKeyDown()