Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp103 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
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