HomeSort by relevance Sort by last modified time
    Searched defs:OnGetTokenFailure (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h 25 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) {}
oauth2_token_service_test_util.cc 39 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure(
oauth2_api_call_flow.cc 144 void OAuth2ApiCallFlow::OnGetTokenFailure(
oauth2_access_token_fetcher.cc 166 OnGetTokenFailure(CreateAuthError(status));
177 OnGetTokenFailure(GoogleServiceAuthError(
185 OnGetTokenFailure(GoogleServiceAuthError(
195 OnGetTokenFailure(access_error == OAUTH2_ACCESS_ERROR_INVALID_GRANT ?
204 OnGetTokenFailure(GoogleServiceAuthError(
216 OnGetTokenFailure(
233 void OAuth2AccessTokenFetcher::OnGetTokenFailure(
236 consumer_->OnGetTokenFailure(error);
oauth2_token_service.cc 72 consumer_->OnGetTokenFailure(this, error);
140 virtual void OnGetTokenFailure(
160 // scheduled for deletion at the end of OnGetTokenFailure/OnGetTokenSuccess
271 void OAuth2TokenService::Fetcher::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/signin/
ubertoken_fetcher.cc 62 void UbertokenFetcher::OnGetTokenFailure(
profile_oauth2_token_service_request.cc 42 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
166 void ProfileOAuth2TokenServiceRequest::Core::OnGetTokenFailure(
192 owner_->consumer_->OnGetTokenFailure(owner_, error);
profile_oauth2_token_service_request_unittest.cc 32 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
58 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure(
signin_account_id_helper.cc 29 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
81 void SigninAccountIdHelper::AccountIdFetcher::OnGetTokenFailure(
84 VLOG(1) << "OnGetTokenFailure: " << error.error_message();
account_reconcilor.cc 255 void AccountReconcilor::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.cc 53 void UserCloudPolicyTokenForwarder::OnGetTokenFailure(
policy_oauth2_token_fetcher.cc 97 void PolicyOAuth2TokenFetcher::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_base_api_flow.cc 113 void CloudPrintBaseApiFlow::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.cc 198 void OAuth2LoginVerifier::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider.cc 106 void PeopleProvider::OnGetTokenFailure(
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.cc 56 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
91 void CloudPolicyClientRegistrationHelper::TokenServiceHelper::OnGetTokenFailure(
117 virtual void OnGetTokenFailure(
154 void CloudPolicyClientRegistrationHelper::LoginTokenHelper::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.cc 198 void TiclInvalidationService::OnGetTokenFailure(
276 // OnGetTokenFailure() will put us into a INVALIDATION_CREDENTIALS_REJECTED
  /external/chromium_org/google_apis/drive/
auth_service.cc 45 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
89 void AuthRequest::OnGetTokenFailure(const OAuth2TokenService::Request* request,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 52 virtual void OnGetTokenFailure(
170 void DeviceOAuth2TokenService::ValidatingConsumer::OnGetTokenFailure(
198 consumer_->OnGetTokenFailure(this, GoogleServiceAuthError(
202 consumer_->OnGetTokenFailure(this, error_copy);
  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc 233 void AccountIdFetcher::OnGetTokenFailure(
236 LOG(ERROR) << "OnGetTokenFailure: " << error.error_message();
identity_api.cc 392 void IdentityGetAuthTokenFunction::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 150 void PushMessagingGetChannelIdFunction::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher.cc 69 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
169 void ManagedUserRefreshTokenFetcherImpl::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 417 void ProfileDownloader::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/extensions/
extension_install_prompt.cc 766 void ExtensionInstallPrompt::OnGetTokenFailure(

Completed in 547 milliseconds

1 2