Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp66 pListBox->SetSelItem(pListBox->GetItem(nullptr, selected), true); in LoadWidget()
143 pListBox->SetSelItem(pListBox->GetSelItem(-1), false); in UpdateFWLData()
145 pListBox->SetSelItem(pItem, true); in UpdateFWLData()
168 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.cpp160 void CFWL_ListBox::SetSelItem(CFWL_ListItem* pItem, bool bSelect) { in SetSelItem() function in CFWL_ListBox