Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h62 WideString GetTextByIndex(int32_t iIndex) const;
Dcfwl_combobox.cpp211 WideString CFWL_ComboBox::GetTextByIndex(int32_t iIndex) const { in GetTextByIndex() function in CFWL_ComboBox
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp125 WideString wsSel = pFWLcombobox->GetTextByIndex(iCursel); in IsDataChanged()