Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp87 int32_t CFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBox
90 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelIndex(nIndex); in GetSelIndex()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h120 int32_t GetSelIndex(int32_t nIndex);
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h25 int32_t GetSelIndex(int32_t nIndex);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h36 virtual int32_t GetSelIndex(int32_t nIndex);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp43 int32_t IFWL_ListBox::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in IFWL_ListBox
44 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelIndex(nIndex); in GetSelIndex()
245 int32_t CFWL_ListBoxImp::GetSelIndex(int32_t nIndex) { in GetSelIndex() function in CFWL_ListBoxImp
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp74 iSelArray.Add(pListBox->GetSelIndex(i)); in CommitData()