Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument
85 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelItem(nIndexSel); in GetSelItem()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h119 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h24 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h35 virtual FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp40 FWL_HLISTITEM IFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument
41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel); in GetSelItem()
222 FWL_HLISTITEM CFWL_ListBoxImp::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument
236 if (index == nIndexSel) { in GetSelItem()