OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthResults
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc
29
GaiaAuthenticator::
AuthResults
::
AuthResults
() : auth_error(None) {}
31
GaiaAuthenticator::
AuthResults
::~
AuthResults
() {}
99
AuthResults
results;
120
AuthResults
* results) {
156
AuthResults
* results) {
206
bool GaiaAuthenticator::LookupEmail(
AuthResults
* results) {
255
bool GaiaAuthenticator::IssueAuthToken(
AuthResults
* results,
301
AuthResults
* results)
[
all
...]
gaia_authenticator.h
133
struct
AuthResults
{
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 {
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
...]
Completed in 25 milliseconds