OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pfwlcombobox
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.cpp
315
CFWL_ComboBox*
pFWLcombobox
= ((CFWL_ComboBox*)m_pNormalWidget);
317
pFWLcombobox
->GetEditText(wsText);
318
int32_t iCursel =
pFWLcombobox
->GetCurSel();
321
pFWLcombobox
->GetTextByIndex(iCursel, wsSel);
337
CFWL_ComboBox*
pFWLcombobox
= ((CFWL_ComboBox*)m_pNormalWidget);
338
pFWLcombobox
->GetEditText(pParam->m_wsNewText);
Completed in 87 milliseconds