Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp315 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in IsDataChanged() local
317 pFWLcombobox->GetEditText(wsText); in IsDataChanged()
318 int32_t iCursel = pFWLcombobox->GetCurSel(); in IsDataChanged()
321 pFWLcombobox->GetTextByIndex(iCursel, wsSel); in IsDataChanged()
337 CFWL_ComboBox* pFWLcombobox = ((CFWL_ComboBox*)m_pNormalWidget); in FWLEventSelChange() local
338 pFWLcombobox->GetEditText(pParam->m_wsNewText); in FWLEventSelChange()