Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp26 CFWL_ComboBoxImp* pComboBoxImpl = new CFWL_ComboBoxImp(properties, nullptr); in Create()
33 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetCurSel(); in GetCurSel()
36 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetCurSel(iSel); in SetCurSel()
39 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetEditText(wsText); in SetEditText()
42 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditTextLength(); in GetEditTextLength()
47 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in GetEditText()
51 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in SetEditSelRange()
55 return static_cast<CFWL_ComboBoxImp*>(GetImpl()) in GetEditSelRange()
59 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditLimit(); in GetEditLimit()
62 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetEditLimit(nLimit); in SetEditLimit()
[all …]
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h26 class CFWL_ComboBoxImp; variable
41 CFWL_ComboBoxImp* m_pOuter;
66 friend class CFWL_ComboBoxImp; variable
82 class CFWL_ComboBoxImp : public CFWL_WidgetImp {
84 CFWL_ComboBoxImp(const CFWL_WidgetImpProperties& properties,
86 virtual ~CFWL_ComboBoxImp();
190 CFWL_ComboBoxImpDelegate(CFWL_ComboBoxImp* pOwner);
212 CFWL_ComboBoxImp* m_pOwner;
218 CFWL_ComboProxyImpDelegate(IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox);
234 CFWL_ComboBoxImp* m_pComboBox;