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

/external/chromium_org/components/policy/core/common/cloud/
H A Duser_info_fetcher_unittest.cc32 MOCK_METHOD1(OnGetUserInfoSuccess, void(const base::DictionaryValue* result));
72 EXPECT_CALL(delegate, OnGetUserInfoSuccess(MatchDict(dict.get())));
H A Duser_info_fetcher.h35 virtual void OnGetUserInfoSuccess(
H A Dcloud_policy_client_registration_helper.h77 virtual void OnGetUserInfoSuccess(
H A Duser_info_fetcher.cc81 delegate_->OnGetUserInfoSuccess(dict);
H A Dcloud_policy_client_registration_helper.cc254 void CloudPolicyClientRegistrationHelper::OnGetUserInfoSuccess( function in class:policy::CloudPolicyClientRegistrationHelper
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dwildcard_login_checker.h49 virtual void OnGetUserInfoSuccess(const base::DictionaryValue* response)
H A Dwildcard_login_checker.cc64 void WildcardLoginChecker::OnGetUserInfoSuccess( function in class:policy::WildcardLoginChecker
/external/chromium_org/components/signin/core/browser/
H A Daccount_service_flag_fetcher.h72 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
H A Dsignin_oauth_helper.cc48 void SigninOAuthHelper::OnGetUserInfoSuccess(const UserInfoMap& data) { function in class:SigninOAuthHelper
52 VLOG(1) << "SigninOAuthHelper::OnGetUserInfoSuccess: no email found:"
58 VLOG(1) << "SigninOAuthHelper::OnGetUserInfoSuccess:"
H A Dsignin_oauth_helper.h51 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
H A Daccount_service_flag_fetcher.cc102 void AccountServiceFlagFetcher::OnGetUserInfoSuccess(const UserInfoMap& data) { function in class:AccountServiceFlagFetcher
110 DLOG(WARNING) << "AccountServiceFlagFetcher::OnGetUserInfoSuccess: "
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_consumer.h77 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) {} function in class:GaiaAuthConsumer
H A Dgaia_auth_fetcher.cc877 consumer_->OnGetUserInfoSuccess(matches);

Completed in 1657 milliseconds