Home
last modified time | relevance | path

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

/external/libweave/src/notification/
Dpull_channel.cc44 base::Bind(&PullChannel::OnTimer, weak_ptr_factory_.GetWeakPtr()), in RePost()
59 void PullChannel::OnTimer() { in OnTimer() function in weave::PullChannel
Dpull_channel.h40 void OnTimer();
/external/libbrillo/brillo/http/
Dhttp_transport_curl.h97 void OnTimer();
Dhttp_transport_curl.cc400 base::Bind(&Transport::OnTimer, in MultiTimerCallback()
407 void Transport::OnTimer() { in OnTimer() function in brillo::http::curl::Transport
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
DProgressDialog.h95 bool OnTimer(WPARAM timerID, LPARAM callback);
DProgressDialog2.h205 bool OnTimer(WPARAM timerID, LPARAM callback);
DProgressDialog2.cpp887 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
/external/lzma/CPP/Windows/Control/
DDialog.h109 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() function
DDialog.cpp40 case WM_TIMER: return OnTimer(wParam, lParam); in OnMessage()