Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_transport_curl.h112 void OnTimer();
Dhttp_transport_curl.cc427 base::Bind(&Transport::OnTimer, in MultiTimerCallback()
434 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.h206 bool OnTimer(WPARAM timerID, LPARAM callback);
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
DDialog.cpp40 case WM_TIMER: return OnTimer(wParam, lParam); in OnMessage()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc149 GRPC_CLOSURE_INIT(&timer_callback_, OnTimer, this, in ResourceState()
178 static void OnTimer(void* arg, grpc_error* error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState