Searched defs:GetSelItem (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { function in class:CFWL_ListBox
85 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelItem(nIndexSel);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_listboximp.cpp40 FWL_HLISTITEM IFWL_ListBox::GetSelItem(int32_t nIndexSel) { function in class:IFWL_ListBox
41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel);
222 FWL_HLISTITEM CFWL_ListBoxImp::GetSelItem(int32_t nIndexSel) { function in class:CFWL_ListBoxImp
972 FWL_HLISTITEM item = GetSelItem(i);

Completed in 89 milliseconds