HomeSort by relevance Sort by last modified time
    Searched refs:OnTimer (Results 1 - 8 of 8) sorted by null

  /external/libbrillo/brillo/http/
http_transport_curl.h 99 void OnTimer();
http_transport_curl.cc 411 base::Bind(&Transport::OnTimer,
418 void Transport::OnTimer() {
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
ProgressDialog.h 95 bool OnTimer(WPARAM timerID, LPARAM callback);
ProgressDialog2.h 206 bool OnTimer(WPARAM timerID, LPARAM callback);
ProgressDialog2.cpp 909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */)
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 40 case WM_TIMER: return OnTimer(wParam, lParam);
Dialog.h 110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; }

Completed in 87 milliseconds