Searched defs:OnTimer (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ | ||
D | ProgressDialog.cpp | 101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog |
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 |
/external/libbrillo/brillo/http/ | ||
D | http_transport_curl.cc | 434 void Transport::OnTimer() { in OnTimer() function in brillo::http::curl::Transport |
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ | ||
D | xds_client.cc | 178 static void OnTimer(void* arg, grpc_error* error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState |