Searched refs:GenerateAuthError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc724 GoogleServiceAuthError GaiaAuthFetcher::GenerateAuthError( function in class:GaiaAuthFetcher
781 consumer_->OnClientLoginFailure(GenerateAuthError(data, status));
795 GenerateAuthError(data, status));
815 GoogleServiceAuthError auth_error(GenerateAuthError(data, status));
844 consumer_->OnClientOAuthFailure(GenerateAuthError(data, status));
861 consumer_->OnListAccountsFailure(GenerateAuthError(data, status));
879 consumer_->OnGetUserInfoFailure(GenerateAuthError(data, status));
889 consumer_->OnMergeSessionFailure(GenerateAuthError(data, status));
899 consumer_->OnUberAuthTokenFailure(GenerateAuthError(data, status));
915 consumer_->OnClientLoginFailure(GenerateAuthError(dat
[all...]
H A Dgaia_auth_fetcher_unittest.cc378 GaiaAuthFetcher::GenerateAuthError(data, status);
394 GaiaAuthFetcher::GenerateAuthError(data, status);
402 GaiaAuthFetcher::GenerateAuthError(data, status);
410 GaiaAuthFetcher::GenerateAuthError(data, status);
418 GaiaAuthFetcher::GenerateAuthError(data, status);
426 GaiaAuthFetcher::GenerateAuthError(data, status);
H A Dgaia_auth_fetcher.h388 static GoogleServiceAuthError GenerateAuthError(

Completed in 529 milliseconds