Home
last modified time | relevance | path

Searched refs:MatchItem (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combolist.h25 int32_t MatchItem(const WideString& wsMatch);
Dcfwl_combobox.cpp352 int32_t iMatch = m_pListBox->MatchItem(wsText); in MatchEditText()
865 iCurSel = m_pListBox->MatchItem(wsText); in DoSubCtrlKey()
994 iCurSel = pComboList->MatchItem(wsText); in DisForm_OnKey()
Dcfwl_combolist.cpp28 int32_t CFWL_ComboList::MatchItem(const WideString& wsMatch) { in MatchItem() function in CFWL_ComboList