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

1 2 3

  /external/chromium_org/google_apis/gaia/
oauth2_access_token_consumer.h 25 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) {}
oauth2_access_token_fetcher.cc 128 OnGetTokenFailure(CreateAuthError(status));
135 OnGetTokenFailure(GoogleServiceAuthError(
142 OnGetTokenFailure(GoogleServiceAuthError(
153 OnGetTokenFailure(
170 void OAuth2AccessTokenFetcher::OnGetTokenFailure(
173 consumer_->OnGetTokenFailure(error);
oauth2_access_token_fetcher_unittest.cc 76 MOCK_METHOD1(OnGetTokenFailure,
122 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1);
131 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1);
oauth2_access_token_fetcher.h 84 void OnGetTokenFailure(const GoogleServiceAuthError& error);
oauth2_api_call_flow.h 56 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service_test_util.h 29 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
oauth2_token_service_test_util.cc 35 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure(
ubertoken_fetcher.h 53 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
profile_oauth2_token_service_request.cc 38 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
151 void ProfileOAuth2TokenServiceRequest::Core::OnGetTokenFailure(
177 owner_->consumer_->OnGetTokenFailure(owner_, error);
ubertoken_fetcher_unittest.cc 102 fetcher_->OnGetTokenFailure(NULL, error);
113 fetcher_->OnGetTokenFailure(NULL, error);
ubertoken_fetcher.cc 56 void UbertokenFetcher::OnGetTokenFailure(
profile_oauth2_token_service_request_unittest.cc 29 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
55 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure(
114 consumer_->OnGetTokenFailure(this, error_);
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_token_forwarder.h 46 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
policy_oauth2_token_fetcher.h 86 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
user_cloud_policy_token_forwarder.cc 52 void UserCloudPolicyTokenForwarder::OnGetTokenFailure(
policy_oauth2_token_fetcher.cc 95 void PolicyOAuth2TokenFetcher::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.h 48 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
privet_confirm_api_flow.cc 60 void PrivetConfirmApiCallFlow::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_verifier.h 75 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service.cc 51 virtual void OnGetTokenFailure(
173 void DeviceOAuth2TokenService::ValidatingConsumer::OnGetTokenFailure(
199 consumer_->OnGetTokenFailure(this, GoogleServiceAuthError(
203 consumer_->OnGetTokenFailure(this, error_copy);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_client_registration_helper.cc 62 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
93 void CloudPolicyClientRegistrationHelper::TokenHelperAndroid::OnGetTokenFailure(
118 virtual void OnGetTokenFailure(
154 void CloudPolicyClientRegistrationHelper::TokenHelper::OnGetTokenFailure(
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.h 86 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
  /external/chromium_org/chrome/browser/google_apis/
auth_service.cc 43 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
85 void AuthRequest::OnGetTokenFailure(const OAuth2TokenService::Request* request,
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_api.h 93 virtual void OnGetTokenFailure(
  /external/chromium_org/chrome/browser/invalidation/
ticl_invalidation_service.h 75 virtual void OnGetTokenFailure(

Completed in 303 milliseconds

1 2 3