Home
last modified time | relevance | path

Searched refs:GetSelIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h63 int32_t GetSelIndex(int32_t nIndex);
Dcfwl_listbox.cpp138 int32_t idx = GetSelIndex(nIndexSel); in GetSelItem()
144 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBox
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp85 iSelArray.push_back(pListBox->GetSelIndex(i)); in CommitData()