Home
last modified time | relevance | path

Searched refs:continue_pressed_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dnetwork_screen.cc48 continue_pressed_(false), in NetworkScreen()
77 continue_pressed_ = true; in ButtonPressed()
195 if (is_connected && continue_pressed_) { in StopWaitingForConnection()
200 continue_pressed_ = false; in StopWaitingForConnection()
217 view()->ShowConnectingStatus(continue_pressed_, network_id_); in WaitForConnection()
Dnetwork_screen.h101 bool continue_pressed_; variable