HomeSort by relevance Sort by last modified time
    Searched defs:UpdateAuthError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc 114 void ProfileOAuth2TokenService::UpdateAuthError(
145 UpdateAuthError(GoogleServiceAuthError::AuthErrorNone());
164 UpdateAuthError(tok_details->error());
172 UpdateAuthError(GoogleServiceAuthError::AuthErrorNone());
oauth2_token_service.cc 450 UpdateAuthError(fetcher->error());
530 void OAuth2TokenService::UpdateAuthError(const GoogleServiceAuthError& error) {

Completed in 1670 milliseconds