Searched refs:shutdown_callback_ (Results 1 – 6 of 6) sorted by relevance
33 shutdown_callback_(std::move(shutdown_callback)), in LoopingFileCastAgent()300 std::move(senders), [this]() { shutdown_callback_(); }); in OnNegotiated()340 [this]() { shutdown_callback_(); }); in StartRemotingSenders()384 if (shutdown_callback_) { in Shutdown()385 const ShutdownCallback callback = std::move(shutdown_callback_); in Shutdown()
27 shutdown_callback_(std::move(shutdown_callback)), in LoopingFileSender()182 shutdown_callback_(); in OnEndOfFile()
78 ShutdownCallback shutdown_callback_; variable
155 ShutdownCallback shutdown_callback_; variable
307 shutdown_callback_ = callback; in RequestShutdown()1228 if (shutdown_callback_.is_null()) in AttemptShutdownIfRequested()1236 callback = shutdown_callback_; in AttemptShutdownIfRequested()1237 shutdown_callback_.Reset(); in AttemptShutdownIfRequested()
312 base::Closure shutdown_callback_; variable