Home
last modified time | relevance | path

Searched refs:UpdateAuthError (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/components/signin/core/browser/
Dmutable_profile_oauth2_token_service.cc211 UpdateAuthError( in OnWebDataServiceRequestDone()
263 void MutableProfileOAuth2TokenService::UpdateAuthError( in UpdateAuthError() function in MutableProfileOAuth2TokenService
325 UpdateAuthError(account_id, GoogleServiceAuthError::AuthErrorNone()); in UpdateCredentials()
Dprofile_oauth2_token_service.cc40 void ProfileOAuth2TokenService::UpdateAuthError( in UpdateAuthError() function in ProfileOAuth2TokenService
Dprofile_oauth2_token_service.h92 virtual void UpdateAuthError(
Dmutable_profile_oauth2_token_service.h86 virtual void UpdateAuthError(const std::string& account_id,
/external/chromium_org/components/signin/ios/browser/
Dprofile_oauth2_token_service_ios.h45 virtual void UpdateAuthError(const std::string& account_id,
Dprofile_oauth2_token_service_ios.mm296 void ProfileOAuth2TokenServiceIOS::UpdateAuthError( function
337 UpdateAuthError(account_id, GoogleServiceAuthError::AuthErrorNone());
/external/chromium_org/chrome/browser/signin/
Dandroid_profile_oauth2_token_service.h50 virtual void UpdateAuthError(
Dandroid_profile_oauth2_token_service.cc184 void AndroidProfileOAuth2TokenService::UpdateAuthError( in UpdateAuthError() function in AndroidProfileOAuth2TokenService
/external/chromium_org/google_apis/gaia/
Doauth2_token_service.h247 virtual void UpdateAuthError(
Doauth2_token_service.cc588 UpdateAuthError(fetcher->GetAccountId(), fetcher->error()); in OnFetchComplete()
691 void OAuth2TokenService::UpdateAuthError( in UpdateAuthError() function in OAuth2TokenService