Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
DProgressDialog2.cpp909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
/external/lzma/CPP/Windows/Control/
DDialog.h110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() function
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc418 void Transport::OnTimer() { in OnTimer() function in brillo::http::curl::Transport