Searched refs:pComboBox (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp124 if (CPWL_ComboBox* pComboBox =
126 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) {
144 if (CPWL_ComboBox* pComboBox =
146 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) {
165 if (CPWL_ComboBox* pComboBox =
167 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) {
196 if (CPWL_ComboBox* pComboBox =
198 m_State.nIndex = pComboBox->GetSelect();
200 if (CPWL_Edit* pEdit = pComboBox->GetEdit()) {
210 if (CPWL_ComboBox* pComboBox
[all...]
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffchoicelist.cpp235 CFWL_ComboBox* pComboBox = CFWL_ComboBox::Create(); local
236 pComboBox->Initialize();
237 m_pNormalWidget = (CFWL_Widget*)pComboBox;
248 pComboBox->AddString(wsLabelArray[i]);
254 pComboBox->SetCurSel(iSelArray[0]);
258 pComboBox->SetEditText(wsText);
265 CFWL_ComboBox* pComboBox = (CFWL_ComboBox*)m_pNormalWidget; local
266 if (!pComboBox) {
287 pComboBox->EditModifyStylesEx(dwEditStyles, 0xFFFFFFFF);
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcombobox.cpp20 std::unique_ptr<IFWL_ComboBox> pComboBox(IFWL_ComboBox::Create(
22 FWL_ERR ret = pComboBox->Initialize();
26 m_pIface = pComboBox.release();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp101 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) {
102 pComboBox->SetSelectText();
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_comboboximp.h218 CFWL_ComboProxyImpDelegate(IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp25 IFWL_ComboBox* pComboBox = new IFWL_ComboBox; local
27 pComboBox->SetImpl(pComboBoxImpl);
28 pComboBoxImpl->SetInterface(pComboBox);
29 return pComboBox;
1729 CFWL_ComboBoxImp* pComboBox)
1734 m_pComboBox(pComboBox) {
1727 CFWL_ComboProxyImpDelegate( IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox) argument

Completed in 135 milliseconds