Home
last modified time | relevance | path

Searched refs:IsMovementKey (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp55 bool CPWL_CBListBox::IsMovementKey(uint16_t nChar) const { in IsMovementKey() function in CPWL_CBListBox
70 ASSERT(IsMovementKey(nChar)); in OnMovementKeyDown()
503 if (m_pList->IsMovementKey(nChar)) { in OnKeyDown()
518 if (m_pList->IsMovementKey(nChar)) { in OnKeyDown()
Dcpwl_combo_box.h27 bool IsMovementKey(uint16_t nChar) const;