Searched refs:saml_account_idp_map_ (Results 1 – 2 of 2) sorted by relevance
237 saml_account_idp_map_[account_id] = saml_idp; in RegisterSamlUser()419 saml_account_idp_map_.find(email) != saml_account_idp_map_.end()) { in HandleServiceLoginAuth()420 GURL url(saml_account_idp_map_[email]); in HandleServiceLoginAuth()
175 SamlAccountIdpMap saml_account_idp_map_; variable