Searched refs:timeout_callback_ (Results 1 – 8 of 8) sorted by relevance
53 timeout_callback_.Cancel(); in ~HookTable()71 timeout_callback_.Cancel(); in ActionComplete()84 timeout_callback_.Reset(Bind(&HookTable::ActionsTimedOut, Unretained(this))); in Run()85 event_dispatcher_->PostDelayedTask(timeout_callback_.callback(), timeout_ms); in Run()
32 timeout_callback_(base::Bind(&ResultAggregator::Timeout, in ResultAggregator()38 dispatcher->PostDelayedTask(timeout_callback_.callback(), in ResultAggregator()
84 timeout_callback_.Reset(Bind(&IcmpSession::ReportResultAndStopSession, in Start()86 dispatcher_->PostDelayedTask(timeout_callback_.callback(), in Start()100 timeout_callback_.Cancel(); in Stop()
107 base::CancelableClosure timeout_callback_; variable
119 base::CancelableClosure timeout_callback_; variable
141 base::CancelableClosure timeout_callback_; variable
137 EXPECT_TRUE(icmp_session_.timeout_callback_.IsCancelled()); in VerifyIcmpSessionStopped()
124 timeout_callback_(base::Bind(&ProxyResolver::HandleBrowserTimeout, in ProxyResolver()137 timeout_callback_.callback(), in Run()159 timeout_callback_.Cancel(); in HandleDBusSignalConnected()173 timeout_callback_.Cancel(); in HandleDBusSignalConnected()182 timeout_callback_.Cancel(); in HandleProxyResolvedSignal()229 base::CancelableClosure timeout_callback_; member in __anona27bfa760111::ProxyResolver