Home
last modified time | relevance | path

Searched refs:AuthResults (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgaia_authenticator.h133 struct AuthResults { struct
134 AuthResults();
135 ~AuthResults();
177 bool AuthenticateImpl(const AuthParams& params, AuthResults* results);
181 AuthResults* results);
187 virtual bool LookupEmail(AuthResults* results);
248 inline AuthResults results() const { in results()
260 bool IssueAuthToken(AuthResults* results, const std::string& service_id);
263 void ExtractTokensFrom(const std::string& response, AuthResults* results);
265 void ExtractAuthErrorFrom(const std::string& response, AuthResults* results);
[all …]
Dgaia_authenticator.cc29 GaiaAuthenticator::AuthResults::AuthResults() : auth_error(None) {} in AuthResults() function in gaia::GaiaAuthenticator::AuthResults
31 GaiaAuthenticator::AuthResults::~AuthResults() {} in ~AuthResults()
99 AuthResults results; in AuthenticateImpl()
120 AuthResults* results) { in AuthenticateImpl()
156 AuthResults* results) { in PerformGaiaRequest()
206 bool GaiaAuthenticator::LookupEmail(AuthResults* results) { in LookupEmail()
255 bool GaiaAuthenticator::IssueAuthToken(AuthResults* results, in IssueAuthToken()
301 AuthResults* results) { in ExtractTokensFrom()
319 AuthResults* results) { in ExtractAuthErrorFrom()
362 AuthResults blank; in ResetCredentials()
Dgaia_authenticator_unittest.cc43 GaiaAuthenticator::AuthResults results; in TEST()