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(WideStringView wsMatch);
Dcfwl_combobox.cpp262 int32_t iMatch = m_pListBox->MatchItem(wsText.AsStringView()); in MatchEditText()
558 iCurSel = pComboList->MatchItem(wsText.AsStringView()); in OnKey()
Dcfwl_combolist.cpp28 int32_t CFWL_ComboList::MatchItem(WideStringView wsMatch) { in MatchItem() function in CFWL_ComboList