Searched refs:connection_timer_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dnetwork_screen.cc54 connection_timer_.Stop();
145 connection_timer_.Stop();
201 connection_timer_.Stop();
209 if (network_id_ != network_id || !connection_timer_.IsRunning()) {
210 connection_timer_.Stop();
211 connection_timer_.Start(base::TimeDelta::FromSeconds(kConnectionTimeoutSec),
H A Dnetwork_screen.h81 // Called by |connection_timer_| when connection to the network timed out.
104 base::OneShotTimer<NetworkScreen> connection_timer_; member in class:chromeos::NetworkScreen

Completed in 151 milliseconds