Home
last modified time | relevance | path

Searched refs:ThereIsMessage (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h29 …bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty… in ThereIsMessage() function
101 bool ThereIsMessage() const { return !Messages.IsEmpty() || FinalMessage.ThereIsMessage(); } in ThereIsMessage() function
DProgressDialog2.cpp946 if (res2 == WAIT_OBJECT_0 && !Sync.ThereIsMessage()) in Create()