Home
last modified time | relevance | path

Searched refs:UserInfoMap (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/components/signin/core/browser/
Dsignin_oauth_helper.cc48 void SigninOAuthHelper::OnGetUserInfoSuccess(const UserInfoMap& data) { in OnGetUserInfoSuccess()
49 UserInfoMap::const_iterator email_iter = data.find("email"); in OnGetUserInfoSuccess()
50 UserInfoMap::const_iterator display_email_iter = data.find("displayEmail"); in OnGetUserInfoSuccess()
Daccount_service_flag_fetcher.cc102 void AccountServiceFlagFetcher::OnGetUserInfoSuccess(const UserInfoMap& data) { in OnGetUserInfoSuccess()
105 UserInfoMap::const_iterator services_iter = data.find("allServices"); in OnGetUserInfoSuccess()
Dsignin_oauth_helper.h51 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
Daccount_service_flag_fetcher.h72 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) OVERRIDE;
/external/chromium_org/google_apis/gaia/
Dgaia_auth_consumer.h18 typedef std::map<std::string, std::string> UserInfoMap; typedef
77 virtual void OnGetUserInfoSuccess(const UserInfoMap& data) {} in OnGetUserInfoSuccess()
Dgaia_auth_fetcher.cc871 UserInfoMap matches; in OnGetUserInfoFetched()