Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h62 CFWL_ListItem* GetSelItem(int32_t nIndexSel);
Dcfwl_listbox.cpp137 CFWL_ListItem* CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() argument
138 int32_t idx = GetSelIndex(nIndexSel); in GetSelItem()