Searched refs:GetSelect (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h67 FX_INT32 GetSelect() const;
107 FX_INT32 GetSelect() const;
H A DPWL_ComboBox.h83 FX_INT32 GetSelect() const;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp110 FX_INT32 nCurSel = pWnd->GetSelect();
141 FX_INT32 nCurSel = pWnd->GetSelect();
273 m_State.nIndex = pComboBox->GetSelect();
423 nExport = pComboBox->GetSelect();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp319 FX_INT32 CPWL_IconList_Content::GetSelect() const function in class:CPWL_IconList_Content
515 FX_INT32 CPWL_IconList::GetSelect() const function in class:CPWL_IconList
517 return m_pListContent->GetSelect();
H A DPWL_ComboBox.cpp259 FX_INT32 CPWL_ComboBox::GetSelect() const function in class:CPWL_ComboBox
H A DPWL_ListBox.cpp554 return m_pList->GetSelect();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h329 FX_INT32 GetSelect() const {return m_nSelItem;} function in class:CFX_ListCtrl
H A Dfx_edit.h466 virtual FX_INT32 GetSelect() const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp679 OnVK(IsMultipleSel() ? GetCaret()-1 : GetSelect()-1, bShift, bCtrl);
684 OnVK(IsMultipleSel() ? GetCaret()+1 : GetSelect()+1, bShift, bCtrl);

Completed in 124 milliseconds