Home
last modified time | relevance | path

Searched refs:GetSelItem (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp144 [pListBox](int32_t val) { return pListBox->GetSelItem(val); }); in UpdateFWLData()
146 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()
164 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected); in SetItemState()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
Dcfwl_combobox.cpp383 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0)); in ProcessSelChanged()
560 CFWL_ListItem* item = m_pListBox->GetSelItem(iCurSel); in OnKey()
Dcfwl_combolist.cpp45 CFWL_ListItem* hOld = GetSelItem(0); in ChangeSelected()
Dcfwl_listbox.cpp130 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBox