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

/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.h62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
H A Dcfwl_combolist.cpp45 CFWL_ListItem* hOld = GetSelItem(0);
H A Dcfwl_combobox.cpp466 m_iCurSel = m_pListBox->GetItemIndex(this, m_pListBox->GetSelItem(0));
996 CFWL_ListItem* item = m_pListBox->GetSelItem(iCurSel);
H A Dcfwl_listbox.cpp140 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { function in class:CFWL_ListBox
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffchoicelist.cpp146 CFWL_ListItem* lpItemSel = pListBox->GetSelItem(iSelArray[j]);
149 pListBox->SetSelItem(pListBox->GetSelItem(-1), false);
166 CFWL_ListItem* item = pListBox->GetSelItem(0);
173 CFWL_ListItem* item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex);

Completed in 640 milliseconds