Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.h29 bool OnCharWithExit(uint16_t nChar, bool& bExit, uint32_t nFlag);
DPWL_ComboBox.cpp84 bool CPWL_CBListBox::OnCharWithExit(uint16_t nChar, in OnCharWithExit() function in CPWL_CBListBox
578 return m_pList->OnCharWithExit(nChar, bExit, nFlag) ? bExit : false; in OnChar()