Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp141 [pListBox](int32_t val) { return pListBox->GetSelItem(val); }); in UpdateFWLData()
143 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()
160 CFWL_ListItem* item = pListBox->GetSelItem(0); in OnSelectChanged()
168 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected); in SetItemState()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
Dcfwl_combolist.cpp45 CFWL_ListItem* hOld = GetSelItem(0); in ChangeSelected()
Dcfwl_combobox.cpp466 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0)); in ProcessSelChanged()
996 CFWL_ListItem* item = m_pListBox->GetSelItem(iCurSel); in DisForm_OnKey()
Dcfwl_listbox.cpp137 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBox