Home
last modified time | relevance | path

Searched refs:SetSelItem (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp67 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget()
146 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()
148 pListBox->SetSelItem(pItem, true); in UpdateFWLData()
164 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected); in SetItemState()
/external/pdfium/xfa/fwl/
Dcfwl_combolist.cpp54 SetSelItem(hOld, false); in ChangeSelected()
60 SetSelItem(hSel, true); in ChangeSelected()
Dcfwl_listbox.h64 void SetSelItem(CFWL_ListItem* hItem, bool bSelect);
Dcfwl_listbox.cpp153 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) { in SetSelItem() function in CFWL_ListBox