Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h30 bool OnCharNotify(uint16_t nChar, uint32_t nFlag);
Dcpwl_combo_box.cpp99 bool CPWL_CBListBox::OnCharNotify(uint16_t nChar, uint32_t nFlag) { in OnCharNotify() function in CPWL_CBListBox
552 return m_pList->OnCharNotify(nChar, nFlag); in OnChar()