Home
last modified time | relevance | path

Searched refs:GetSelect (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged()
98 int32_t nCurSel = pWnd->GetSelect(); in SaveData()
203 m_State.nIndex = pComboBox->GetSelect(); in SaveState()
257 nExport = pComboBox->GetSelect(); in GetSelectExportText()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h71 int32_t GetSelect() const;
Dcpwl_list_impl.h65 int32_t GetSelect() const { return m_nSelItem; } in GetSelect() function
Dcpwl_list_impl.cpp257 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
261 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
Dcpwl_list_box.cpp342 return m_pList->GetSelect(); in GetCurSel()
Dcpwl_combo_box.cpp216 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox