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

  /external/lzma/CPP/Windows/Control/
ListView.h 70 void SetItemState(int index, UINT state, UINT mask) { ListView_SetItemState(_window, index, state, mask); }
71 void SetItemState_Selected(int index, bool select) { SetItemState(index, select ? LVIS_SELECTED : 0, LVIS_SELECTED); }
72 void SetItemState_Selected(int index) { SetItemState(index, LVIS_SELECTED, LVIS_SELECTED); }
74 void SetItemState_FocusedSelected(int index) { SetItemState(index, LVIS_FOCUSED | LVIS_SELECTED, LVIS_FOCUSED | LVIS_SELECTED); }
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffchoicelist.cpp 156 void CXFA_FFListBox::SetItemState(int32_t nIndex, FX_BOOL bSelected) {
450 void CXFA_FFComboBox::SetItemState(int32_t nIndex, FX_BOOL bSelected) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]

Completed in 676 milliseconds