Home
last modified time | relevance | path

Searched defs:SetItemState (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp166 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) { in SetItemState() function in CXFA_FFListBox
Dcxfa_ffcombobox.cpp273 void CXFA_FFComboBox::SetItemState(int32_t nIndex, bool bSelected) { in SetItemState() function in CXFA_FFComboBox
Dcxfa_widgetacc.cpp1992 void CXFA_WidgetAcc::SetItemState(int32_t nIndex, in SetItemState() function in CXFA_WidgetAcc
/external/lzma/CPP/Windows/Control/
DListView.h84 …void SetItemState(int index, UINT state, UINT mask) { ListView_SetItemState(_window, index, state,… in SetItemState() function