Home
last modified time | relevance | path

Searched defs:OnTimer (Results 1 – 6 of 6) 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/cronet/net/proxy_resolution/win/
Ddhcp_pac_file_fetcher_win_unittest.cc244 void OnTimer() { std::move(callback_).Run(result_); } in OnTimer() function in net::__anon13a3a1980111::DummyDhcpPacFileAdapterFetcher
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc182 static void OnTimer(void* arg, grpc_error_handle error) { in OnTimer() function in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState