HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_ComboBoxImp (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 26 CFWL_ComboBoxImp* pComboBoxImpl = new CFWL_ComboBoxImp(properties, nullptr);
33 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetCurSel();
36 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetCurSel(iSel);
39 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetEditText(wsText);
42 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditTextLength();
47 return static_cast<CFWL_ComboBoxImp*>(GetImpl())
51 return static_cast<CFWL_ComboBoxImp*>(GetImpl())
55 return static_cast<CFWL_ComboBoxImp*>(GetImpl())
59 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditLimit();
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_comboboximp.h 26 class CFWL_ComboBoxImp;
41 CFWL_ComboBoxImp* m_pOuter;
66 friend class CFWL_ComboBoxImp;
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;
    [all...]

Completed in 251 milliseconds