Home
last modified time | relevance | path

Searched defs:CheckItem (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DMenu.h151 DWORD CheckItem(UINT id, UINT uCheck) { return ::CheckMenuItem(_menu, id, uCheck); } in CheckItem() function
/external/lzma/CPP/7zip/Archive/
DPeHandler.cpp802 bool CheckItem(const CSection &sect, const CResItem &item, size_t offset) const in CheckItem() function
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py703 class CheckItem(MenuItem): class