Home
last modified time | relevance | path

Searched refs:saml_account_idp_map_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dfake_gaia.cc237 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()
Dfake_gaia.h175 SamlAccountIdpMap saml_account_idp_map_; variable