Home
last modified time | relevance | path

Searched refs:GetAuthError (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsync_ui_util.cc103 const AuthError& auth_error = service->GetAuthError(); in GetStatusInfo()
150 const AuthError& auth_error = service->GetAuthError(); in GetStatusInfo()
345 service->GetAuthError().state())); in ConstructAboutInformation()
Dprofile_sync_service.h228 const GoogleServiceAuthError& GetAuthError() const { in GetAuthError() function
Dsync_setup_flow.cc85 const GoogleServiceAuthError& error = service->GetAuthError(); in GetArgsForGaiaLogin()
Dprofile_sync_service.cc555 UpdateAuthErrorState(backend_->GetAuthError()); in OnAuthError()
707 const GoogleServiceAuthError& error = GetAuthError(); in ShowErrorUI()
/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.h217 const GoogleServiceAuthError& GetAuthError() const;
Dsync_backend_host.cc642 const GoogleServiceAuthError& SyncBackendHost::GetAuthError() const { in GetAuthError() function in browser_sync::SyncBackendHost