Searched refs:OnTimer (Results 1 – 9 of 9) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_transport_curl.h | 112 void OnTimer();
|
D | http_transport_curl.cc | 427 base::Bind(&Transport::OnTimer, in MultiTimerCallback() 434 void Transport::OnTimer() { in OnTimer() function in brillo::http::curl::Transport
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.cpp | 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
|
D | ProgressDialog.h | 95 bool OnTimer(WPARAM timerID, LPARAM callback);
|
D | ProgressDialog2.h | 206 bool OnTimer(WPARAM timerID, LPARAM callback);
|
D | ProgressDialog2.cpp | 909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 110 virtual bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) { return false; } in OnTimer() function
|
D | Dialog.cpp | 40 case WM_TIMER: return OnTimer(wParam, lParam); in OnMessage()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client.cc | 149 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
|