Searched refs:OnGetTokenFailure (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_consumer.h25 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) {} function in class:OAuth2AccessTokenConsumer
H A Doauth2_access_token_fetcher.cc128 OnGetTokenFailure(CreateAuthError(status));
135 OnGetTokenFailure(GoogleServiceAuthError(
142 OnGetTokenFailure(GoogleServiceAuthError(
153 OnGetTokenFailure(
170 void OAuth2AccessTokenFetcher::OnGetTokenFailure( function in class:OAuth2AccessTokenFetcher
173 consumer_->OnGetTokenFailure(error);
H A Doauth2_access_token_fetcher_unittest.cc76 MOCK_METHOD1(OnGetTokenFailure,
122 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1);
131 EXPECT_CALL(consumer_, OnGetTokenFailure(_)).Times(1);
H A Doauth2_access_token_fetcher.h84 void OnGetTokenFailure(const GoogleServiceAuthError& error);
H A Doauth2_api_call_flow.h56 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Doauth2_token_service_test_util.cc35 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure( function in class:TestingOAuth2TokenServiceConsumer
H A Doauth2_token_service_test_util.h29 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
H A Dprofile_oauth2_token_service_request.cc38 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
151 void ProfileOAuth2TokenServiceRequest::Core::OnGetTokenFailure( function in class:ProfileOAuth2TokenServiceRequest::Core
177 owner_->consumer_->OnGetTokenFailure(owner_, error);
H A Dubertoken_fetcher_unittest.cc102 fetcher_->OnGetTokenFailure(NULL, error);
113 fetcher_->OnGetTokenFailure(NULL, error);
H A Dubertoken_fetcher.cc56 void UbertokenFetcher::OnGetTokenFailure( function in class:UbertokenFetcher
H A Dubertoken_fetcher.h53 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
H A Dprofile_oauth2_token_service_request_unittest.cc29 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
55 void TestingOAuth2TokenServiceConsumer::OnGetTokenFailure( function in class:__anon5731::TestingOAuth2TokenServiceConsumer
114 consumer_->OnGetTokenFailure(this, error_);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_token_forwarder.h46 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
H A Duser_cloud_policy_token_forwarder.cc52 void UserCloudPolicyTokenForwarder::OnGetTokenFailure( function in class:policy::UserCloudPolicyTokenForwarder
H A Dpolicy_oauth2_token_fetcher.h86 virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
H A Dpolicy_oauth2_token_fetcher.cc95 void PolicyOAuth2TokenFetcher::OnGetTokenFailure( function in class:policy::PolicyOAuth2TokenFetcher
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.cc51 virtual void OnGetTokenFailure(
173 void DeviceOAuth2TokenService::ValidatingConsumer::OnGetTokenFailure( function in class:chromeos::DeviceOAuth2TokenService::ValidatingConsumer
199 consumer_->OnGetTokenFailure(this, GoogleServiceAuthError(
203 consumer_->OnGetTokenFailure(this, error_copy);
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_confirm_api_flow.h48 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
H A Dprivet_confirm_api_flow.cc60 void PrivetConfirmApiCallFlow::OnGetTokenFailure( function in class:local_discovery::PrivetConfirmApiCallFlow
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_client_registration_helper.cc62 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
93 void CloudPolicyClientRegistrationHelper::TokenHelperAndroid::OnGetTokenFailure( function in class:policy::CloudPolicyClientRegistrationHelper::TokenHelperAndroid
118 virtual void OnGetTokenFailure(
154 void CloudPolicyClientRegistrationHelper::TokenHelper::OnGetTokenFailure(
/external/chromium_org/chrome/browser/google_apis/
H A Dauth_service.cc43 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
85 void AuthRequest::OnGetTokenFailure(const OAuth2TokenService::Request* request, function in class:google_apis::__anon5135::AuthRequest
/external/chromium_org/chrome/browser/chromeos/login/
H A Doauth2_login_verifier.h75 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_downloader.h86 virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_identity_api.h93 virtual void OnGetTokenFailure(
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_api.h91 virtual void OnGetTokenFailure(

Completed in 266 milliseconds

123