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

  /external/chromium_org/components/signin/core/browser/
mutable_profile_oauth2_token_service.cc 90 last_auth_error_(GoogleServiceAuthError::NONE) {
102 if (error.state() != last_auth_error_.state()) {
103 last_auth_error_ = error;
122 return last_auth_error_;
mutable_profile_oauth2_token_service.h 62 GoogleServiceAuthError last_auth_error_; member in class:MutableProfileOAuth2TokenService::AccountInfo
  /external/chromium_org/components/signin/ios/browser/
profile_oauth2_token_service_ios.h 102 GoogleServiceAuthError last_auth_error_; member in class:ProfileOAuth2TokenServiceIOS::AccountInfo
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 206 last_auth_error_(AuthError::AuthErrorNone()),
887 if (last_auth_error_.state() != GoogleServiceAuthError::NONE)
    [all...]
profile_sync_service.h 829 GoogleServiceAuthError last_auth_error_; member in class:ProfileSyncService
    [all...]

Completed in 110 milliseconds