Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp89 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged()
106 int32_t nCurSel = pWnd->GetSelect(); in SaveData()
206 m_State.nIndex = pComboBox->GetSelect(); in SaveState()
287 nExport = pComboBox->GetSelect(); in GetSelectExportText()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.h74 int32_t GetSelect() const;
DPWL_ListBox.cpp415 return m_pList->GetSelect(); in GetCurSel()
DPWL_ComboBox.cpp228 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp329 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
333 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
390 int32_t CFX_ListCtrl::GetSelect() const { in GetSelect() function in CFX_ListCtrl
Dfxet_list.h242 int32_t GetSelect() const;