Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp148 auto* pFWLcombobox = ToComboBox(GetNormalWidget()); in GetCurrentText() local
149 WideString wsText = pFWLcombobox->GetEditText(); in GetCurrentText()
150 int32_t iCursel = pFWLcombobox->GetCurSel(); in GetCurrentText()
152 WideString wsSel = pFWLcombobox->GetTextByIndex(iCursel); in GetCurrentText()