Searched refs:OnGetUserInfoFailure (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher_unittest.cc30 MOCK_METHOD1(OnGetUserInfoFailure,
51 EXPECT_CALL(delegate, OnGetUserInfoFailure(_));
H A Duser_info_fetcher.h41 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) = 0;
H A Duser_info_fetcher.cc69 delegate_->OnGetUserInfoFailure(error);
84 delegate_->OnGetUserInfoFailure(GoogleServiceAuthError(
H A Dcloud_policy_client_registration_helper.h79 virtual void OnGetUserInfoFailure(
H A Dcloud_policy_client_registration_helper.cc247 void CloudPolicyClientRegistrationHelper::OnGetUserInfoFailure( function in class:policy::CloudPolicyClientRegistrationHelper
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dwildcard_login_checker.h51 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
H A Dwildcard_login_checker.cc78 void WildcardLoginChecker::OnGetUserInfoFailure( function in class:policy::WildcardLoginChecker
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.h73 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
H A Dsignin_oauth_helper.cc66 void SigninOAuthHelper::OnGetUserInfoFailure( function in class:SigninOAuthHelper
68 VLOG(1) << "SigninOAuthHelper::OnGetUserInfoFailure : " << error.ToString();
H A Dsignin_oauth_helper.h52 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
H A Daccount_service_flag_fetcher.cc116 void AccountServiceFlagFetcher::OnGetUserInfoFailure( function in class:AccountServiceFlagFetcher
118 DLOG(WARNING) << "AccountServiceFlagFetcher::OnGetUserInfoFailure: "
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.h78 virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) {} function in class:GaiaAuthConsumer
H A Dgaia_auth_fetcher.cc879 consumer_->OnGetUserInfoFailure(GenerateAuthError(data, status));

Completed in 4567 milliseconds