Home
last modified time | relevance | path

Searched refs:FWL_VKEY_Up (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp55 case FWL_VKEY_Up: in OnKeyDownWithExit()
65 case FWL_VKEY_Up: in OnKeyDownWithExit()
525 case FWL_VKEY_Up: in OnKeyDown()
DPWL_ListBox.cpp215 case FWL_VKEY_Up: in OnKeyDown()
225 case FWL_VKEY_Up: in OnKeyDown()
DPWL_EditCtrl.cpp155 case FWL_VKEY_Up: in OnKeyDown()
188 case FWL_VKEY_Up: in OnKeyDown()
DPWL_IconList.cpp202 case FWL_VKEY_Up: in OnKeyDown()
/external/pdfium/xfa/include/fwl/core/
Dfwl_widgetdef.h103 #define FWL_VKEY_Up 0x26 macro
/external/pdfium/public/
Dfpdf_fwlevent.h101 FWL_VKEY_Up = 0x26, enumerator
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp328 case FWL_VKEY_Up: in GetItem()
332 FX_BOOL bUp = dwKeyCode == FWL_VKEY_Up; in GetItem()
340 iDstItem = dwKeyCode == FWL_VKEY_Up ? index - 1 : index + 1; in GetItem()
1132 case FWL_VKEY_Up: in OnKeyDown()
Dfwl_comboboximp.cpp418 case FWL_VKEY_Up: in OnDropListKey()
440 case FWL_VKEY_Up: in OnDropListKeyDown()
1533 FX_BOOL bUp = dwKeyCode == FWL_VKEY_Up; in DoSubCtrlKey()
1625 dwKeyCode == FWL_VKEY_Up || dwKeyCode == FWL_VKEY_Down || in DisForm_OnProcessMessage()
1684 FX_BOOL bUp = dwKeyCode == FWL_VKEY_Up; in DisForm_OnKey()
Dfwl_spinbuttonimp.cpp408 pMsg->m_dwKeyCode == FWL_VKEY_Up || pMsg->m_dwKeyCode == FWL_VKEY_Left; in OnKeyDown()
Dfwl_editimp.cpp2010 case FWL_VKEY_Up: { in OnKeyDown()