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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 20 std::unique_ptr<IFWL_ComboBox> pComboBox(IFWL_ComboBox::Create(
65 return static_cast<IFWL_ComboBox*>(m_pIface)->GetCurSel();
70 return static_cast<IFWL_ComboBox*>(m_pIface)->SetCurSel(iSel);
75 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditText(wsText);
80 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditTextLength();
87 return static_cast<IFWL_ComboBox*>(m_pIface)
93 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditSelRange(nStart, nCount);
98 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditSelRange(nIndex, nStart);
103 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditLimit();
    [all...]
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_combobox.h 13 class IFWL_ComboBox;
98 class IFWL_ComboBox : public IFWL_Widget {
100 static IFWL_ComboBox* Create(const CFWL_WidgetImpProperties& properties);
137 IFWL_ComboBox();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 23 IFWL_ComboBox* IFWL_ComboBox::Create(
25 IFWL_ComboBox* pComboBox = new IFWL_ComboBox;
31 IFWL_ComboBox::IFWL_ComboBox() {}
32 int32_t IFWL_ComboBox::GetCurSel() {
35 FWL_ERR IFWL_ComboBox::SetCurSel(int32_t iSel) {
38 FWL_ERR IFWL_ComboBox::SetEditText(const CFX_WideString& wsText) {
41 int32_t IFWL_ComboBox::GetEditTextLength() const {
    [all...]

Completed in 132 milliseconds