Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h200 return auth_results_.email; in email()
206 return auth_results_.password; in password()
212 return auth_results_.auth_token; in auth_token()
218 return auth_results_.sid; in sid()
224 return auth_results_.lsid; in lsid()
230 return auth_results_.auth_error; in auth_error()
235 return auth_results_.auth_error_url; in auth_error_url()
240 return auth_results_.captcha_token; in captcha_token()
245 return auth_results_.captcha_url; in captcha_url()
250 return auth_results_; in results()
[all …]
Dgaia_authenticator.cc87 auth_results_.lsid = lsid; in AuthenticateWithLsid()
90 if (LookupEmail(&auth_results_)) { in AuthenticateWithLsid()
91 auth_results_.email = auth_results_.primary_email; in AuthenticateWithLsid()
92 return IssueAuthToken(&auth_results_, service_id_); in AuthenticateWithLsid()
102 auth_results_ = results; in AuthenticateImpl()
363 auth_results_ = blank; in ResetCredentials()
369 auth_results_.password = password; in SetUsernamePassword()
370 auth_results_.email = username; in SetUsernamePassword()
375 auth_results_.email = username; in SetUsername()
381 auth_results_.auth_token = auth_token; in RenewAuthToken()
[all …]