Searched defs:GetItemState (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DListView.h75 UINT GetItemState(int index, UINT mask) const { return ListView_GetItemState(_window, index, mask); } function in class:NWindows::NControl::CListView
76 bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED; }
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp2234 FX_BOOL CXFA_WidgetData::GetItemState(int32_t nIndex) { function in class:CXFA_WidgetData

Completed in 82 milliseconds