Home
last modified time | relevance | path

Searched defs:OnTimer (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer() function in CProgressDialog
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
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc434 void Transport::OnTimer() { in OnTimer() function in brillo::http::curl::Transport
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc178 static void OnTimer(void* arg, grpc_error* error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState