Searched refs:last_auth_error_ (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/components/signin/core/browser/
H A Dmutable_profile_oauth2_token_service.cc90 last_auth_error_(GoogleServiceAuthError::NONE) {
102 if (error.state() != last_auth_error_.state()) {
103 last_auth_error_ = error;
122 return last_auth_error_;
H A Dmutable_profile_oauth2_token_service.h62 GoogleServiceAuthError last_auth_error_; member in class:MutableProfileOAuth2TokenService::AccountInfo
/external/chromium_org/components/signin/ios/browser/
H A Dprofile_oauth2_token_service_ios.h102 GoogleServiceAuthError last_auth_error_; member in class:ProfileOAuth2TokenServiceIOS::AccountInfo
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc206 last_auth_error_(AuthError::AuthErrorNone()),
887 if (last_auth_error_.state() != GoogleServiceAuthError::NONE)
1213 last_auth_error_ = error;
1659 return last_auth_error_;
H A Dprofile_sync_service.h829 GoogleServiceAuthError last_auth_error_; member in class:ProfileSyncService

Completed in 117 milliseconds