Searched defs:SetSelItem (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dlistbox.cpp92 FWL_ERR CFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) { function in class:CFWL_ListBox
95 return static_cast<IFWL_ListBox*>(m_pIface)->SetSelItem(hItem, bSelect);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_listboximp.cpp46 FWL_ERR IFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) { function in class:IFWL_ListBox
47 return static_cast<CFWL_ListBoxImp*>(GetImpl())->SetSelItem(hItem, bSelect);
268 FWL_ERR CFWL_ListBoxImp::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) { function in class:CFWL_ListBoxImp

Completed in 131 milliseconds