Home
last modified time | relevance | path

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

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