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()
97 int32_t nCurSel = pWnd->GetSelect(); in SaveData()
184 m_State.nIndex = pComboBox->GetSelect(); in SaveState()
235 return pWnd && index == pWnd->GetSelect(); in IsIndexSelected()
264 int nExport = pComboBox ? pComboBox->GetSelect() : -1; in GetSelectExportText()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h79 int32_t GetSelect() const;
Dcpwl_list_impl.h65 int32_t GetSelect() const { return m_nSelItem; } in GetSelect() function
Dcpwl_list_impl.cpp255 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
259 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
Dcpwl_list_box.cpp336 return m_pList->GetSelect(); in GetCurSel()
Dcpwl_combo_box.cpp239 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox