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.cpp131 int32_t idx = GetSelIndex(nIndexSel); in GetSelItem()
137 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBox
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp88 iSelArray.push_back(pListBox->GetSelIndex(i)); in CommitData()