HomeSort by relevance Sort by last modified time
    Searched defs:GaiaAuthFetcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 26 // requests, create multiple GaiaAuthFetcher's.
36 class GaiaAuthFetcher : public net::URLFetcherDelegate {
49 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
52 virtual ~GaiaAuthFetcher();
374 // These fields are common to GaiaAuthFetcher, same every request
413 DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcher);
gaia_auth_fetcher.cc 64 const char GaiaAuthFetcher::kClientLoginFormat[] =
72 const char GaiaAuthFetcher::kClientLoginCaptchaFormat[] =
82 const char GaiaAuthFetcher::kIssueAuthTokenFormat[] =
88 const char GaiaAuthFetcher::kClientLoginToOAuth2BodyFormat[] =
91 const char GaiaAuthFetcher::kClientLoginToOAuth2WithDeviceTypeBodyFormat[] =
94 const char GaiaAuthFetcher::kOAuth2CodeToTokenPairBodyFormat[] =
101 const char GaiaAuthFetcher::kOAuth2RevokeTokenBodyFormat[] =
104 const char GaiaAuthFetcher::kGetUserInfoFormat[] =
107 const char GaiaAuthFetcher::kMergeSessionFormat[] =
112 const char GaiaAuthFetcher::kUberAuthTokenURLFormat[]
    [all...]

Completed in 36 milliseconds