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

  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.cc 34 CloseScreen(ScreenObserver::CONNECTION_FAILED);
screen_observer.h 27 CONNECTION_FAILED,
account_screen.cc 120 CloseScreen(ScreenObserver::CONNECTION_FAILED);
157 CloseScreen(ScreenObserver::CONNECTION_FAILED);
login_status_consumer.h 72 if (error_.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
html_page_screen.cc 109 CloseScreen(ScreenObserver::CONNECTION_FAILED);
login_performer.cc 345 case GoogleServiceAuthError::CONNECTION_FAILED:
410 case GoogleServiceAuthError::CONNECTION_FAILED:
enterprise_enrollment_screen.cc 202 case GoogleServiceAuthError::CONNECTION_FAILED:
existing_user_controller.cc 470 case GoogleServiceAuthError::CONNECTION_FAILED:
google_authenticator.cc 255 if (error.state() == GoogleServiceAuthError::CONNECTION_FAILED) {
parallel_authenticator.cc 502 GoogleServiceAuthError::CONNECTION_FAILED) {
wizard_controller.cc 809 case CONNECTION_FAILED:
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 31 if (s == CONNECTION_FAILED) {
38 return GoogleServiceAuthError(CONNECTION_FAILED, error);
73 STATE_CASE(CONNECTION_FAILED);
93 } else if (state_ == CONNECTION_FAILED) {
google_service_auth_error.h 52 CONNECTION_FAILED = 3,
96 // It will be created with CONNECTION_FAILED set.
  /external/chromium/net/base/
net_error_list.h 86 NET_ERROR(CONNECTION_FAILED, -104)
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 150 GoogleServiceAuthError error3(GoogleServiceAuthError::CONNECTION_FAILED);
sync_ui_util.cc 55 } else if (auth_error.state() == AuthError::CONNECTION_FAILED) {
320 case GoogleServiceAuthError::CONNECTION_FAILED:
321 return "CONNECTION_FAILED";
sync_setup_flow.cc 394 args.SetInteger("error", GoogleServiceAuthError::CONNECTION_FAILED);

Completed in 304 milliseconds