Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h150 std::string auth_error_url; member
233 inline std::string auth_error_url() const { in auth_error_url() function
235 return auth_results_.auth_error_url; in auth_error_url()
Dgaia_authenticator.cc327 results->auth_error_url = i->second; in ExtractAuthErrorFrom()