HomeSort by relevance Sort by last modified time
    Searched refs:connection_timer_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen.cc 51 connection_timer_.Stop();
141 connection_timer_.Stop();
183 connection_timer_.Stop();
193 if (network_id_ != network_id || !connection_timer_.IsRunning()) {
194 connection_timer_.Stop();
195 connection_timer_.Start(FROM_HERE,
network_screen.h 69 // Called by |connection_timer_| when connection to the network timed out.
92 base::OneShotTimer<NetworkScreen> connection_timer_; member in class:chromeos::NetworkScreen
  /external/chromium/chrome/browser/chromeos/login/
network_screen.cc 54 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),
network_screen.h 81 // Called by |connection_timer_| when connection to the network timed out.
104 base::OneShotTimer<NetworkScreen> connection_timer_; member in class:chromeos::NetworkScreen

Completed in 171 milliseconds