Home
last modified time | relevance | path

Searched refs:last_auth_error_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dprofile_oauth2_token_service.cc83 last_auth_error_(GoogleServiceAuthError::NONE) { in AccountInfo()
95 if (error.state() != last_auth_error_.state()) { in SetLastAuthError()
96 last_auth_error_ = error; in SetLastAuthError()
107 return last_auth_error_; in GetAuthStatus()
Dprofile_oauth2_token_service.h104 GoogleServiceAuthError last_auth_error_; variable
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_setup_flow.cc101 last_auth_error_(GoogleServiceAuthError::None()), in CloudPrintSetupFlow()
222 last_auth_error_ = error; in OnClientLoginFailure()
253 last_auth_error_.captcha().token, captcha, in OnUserSubmittedAuth()
Dcloud_print_setup_flow.h133 GoogleServiceAuthError last_auth_error_; variable
/external/chromium/chrome/browser/sync/
Dprofile_sync_service.h229 return last_auth_error_; in GetAuthError()
498 GoogleServiceAuthError last_auth_error_; variable
Dprofile_sync_service.cc70 : last_auth_error_(AuthError::None()), in ProfileSyncService()
388 last_auth_error_ = GoogleServiceAuthError::None(); in Shutdown()
532 last_auth_error_ = error; in UpdateAuthErrorState()
537 wizard_.Step(AuthError::NONE == last_auth_error_.state() ? in UpdateAuthErrorState()
840 last_auth_error_.captcha().token, in OnUserSubmittedAuth()
Dsync_setup_wizard_unittest.cc78 last_auth_error_ = error; in set_auth_state()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc68 last_auth_error_(AuthError::None()), in SyncBackendHost()
77 last_auth_error_(AuthError::None()), in SyncBackendHost()
643 return last_auth_error_; in GetAuthError()
1051 host_->last_auth_error_ = new_auth_error; in HandleAuthErrorEventOnFrontendLoop()
Dsync_backend_host.h641 GoogleServiceAuthError last_auth_error_; variable
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc163 : last_auth_error_(AuthError::AuthErrorNone()), in ProfileSyncService()
863 if (last_auth_error_.state() != GoogleServiceAuthError::NONE) in ShutdownImpl()
1148 last_auth_error_ = error; in UpdateAuthErrorState()
1540 return last_auth_error_; in GetAuthError()
Dprofile_sync_service.h751 GoogleServiceAuthError last_auth_error_; variable