HomeSort by relevance Sort by last modified time
    Searched defs:SetItemState (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.cpp 166 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) {
cxfa_ffcombobox.cpp 273 void CXFA_FFComboBox::SetItemState(int32_t nIndex, bool bSelected) {
cxfa_widgetacc.cpp     [all...]
  /external/lzma/CPP/Windows/Control/
ListView.h 84 void SetItemState(int index, UINT state, UINT mask) { ListView_SetItemState(_window, index, state, mask); }
85 void SetItemState_Selected(int index, bool select) { SetItemState(index, select ? LVIS_SELECTED : 0, LVIS_SELECTED); }
86 void SetItemState_Selected(int index) { SetItemState(index, LVIS_SELECTED, LVIS_SELECTED); }
88 void SetItemState_FocusedSelected(int index) { SetItemState(index, LVIS_FOCUSED | LVIS_SELECTED, LVIS_FOCUSED | LVIS_SELECTED); }

Completed in 1072 milliseconds