HomeSort by relevance Sort by last modified time
    Searched refs:SetSelItem (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/include/fwl/basewidget/
fwl_listbox.h 121 FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect = TRUE);
  /external/pdfium/xfa/include/fwl/lightwidget/
listbox.h 26 FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect = TRUE);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h 37 virtual FWL_ERR SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect = TRUE);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.cpp 55 pListBox->SetSelItem(item, TRUE);
136 pListBox->SetSelItem(pListBox->GetSelItem(-1), FALSE);
138 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(selItemArray[i], TRUE);
158 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(item, bSelected);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 92 FWL_ERR CFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) {
95 return static_cast<IFWL_ListBox*>(m_pIface)->SetSelItem(hItem, bSelect);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 46 FWL_ERR IFWL_ListBox::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) {
47 return static_cast<CFWL_ListBoxImp*>(GetImpl())->SetSelItem(hItem, bSelect);
268 FWL_ERR CFWL_ListBoxImp::SetSelItem(FWL_HLISTITEM hItem, FX_BOOL bSelect) {
    [all...]
fwl_comboboximp.cpp 245 SetSelItem(hOld, FALSE);
252 SetSelItem(hSel, TRUE);
    [all...]

Completed in 392 milliseconds