Searched defs:IsHidden (Results 1 - 2 of 2) sorted by path

/external/lzma/CPP/Windows/
H A DFileFind.h16 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; } function in namespace:NWindows::NFile::NFind::NAttributes
53 bool IsHidden() const { return MatchesMask(FILE_ATTRIBUTE_HIDDEN); } function in class:NWindows::NFile::NFind::CFileInfoBase
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_caption.cpp57 bool CXFA_Caption::IsHidden() { function in class:CXFA_Caption

Completed in 350 milliseconds