Home
last modified time | relevance | path

Searched refs:OnTimer (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp103 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
DProgressDialog.h96 virtual bool OnTimer(WPARAM timerID, LPARAM callback) Z7_override;
DProgressDialog2.h212 virtual bool OnTimer(WPARAM timerID, LPARAM callback) Z7_override;
DProgressDialog2.cpp929 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
/third_party/lzma/CPP/Windows/Control/
DDialog.h132 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() function
DDialog.cpp57 case WM_TIMER: return OnTimer(wParam, lParam); in OnMessage()