Home
last modified time | relevance | path

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

/external/chromium_org/components/policy/core/common/cloud/
Duser_info_fetcher_unittest.cc32 MOCK_METHOD1(OnGetUserInfoSuccess, void(const base::DictionaryValue* result));
72 EXPECT_CALL(delegate, OnGetUserInfoSuccess(MatchDict(dict.get()))); in TEST_F()
Duser_info_fetcher.h35 virtual void OnGetUserInfoSuccess(
Dcloud_policy_client_registration_helper.h77 virtual void OnGetUserInfoSuccess(
Duser_info_fetcher.cc81 delegate_->OnGetUserInfoSuccess(dict); in OnURLFetchComplete()
Dcloud_policy_client_registration_helper.cc254 void CloudPolicyClientRegistrationHelper::OnGetUserInfoSuccess( in OnGetUserInfoSuccess() function in policy::CloudPolicyClientRegistrationHelper
/external/chromium_org/components/signin/core/browser/
Dsignin_oauth_helper.h51 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
Daccount_service_flag_fetcher.h72 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
Dsignin_oauth_helper.cc48 void SigninOAuthHelper::OnGetUserInfoSuccess(const UserInfoMap& data) { in OnGetUserInfoSuccess() function in SigninOAuthHelper
Daccount_service_flag_fetcher.cc102 void AccountServiceFlagFetcher::OnGetUserInfoSuccess(const UserInfoMap& data) { in OnGetUserInfoSuccess() function in AccountServiceFlagFetcher
/external/chromium_org/chrome/browser/chromeos/policy/
Dwildcard_login_checker.h49 virtual void OnGetUserInfoSuccess(const base::DictionaryValue* response)
Dwildcard_login_checker.cc64 void WildcardLoginChecker::OnGetUserInfoSuccess( in OnGetUserInfoSuccess() function in policy::WildcardLoginChecker
/external/chromium_org/google_apis/gaia/
Dgaia_auth_consumer.h77 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) {} in OnGetUserInfoSuccess() function
Dgaia_auth_fetcher.cc877 consumer_->OnGetUserInfoSuccess(matches); in OnGetUserInfoFetched()