Searched refs:GaiaAuthFetcher (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium/chrome/common/net/gaia/
H A Dgaia_auth_fetcher.cc24 const char GaiaAuthFetcher::kClientLoginFormat[] =
32 const char GaiaAuthFetcher::kClientLoginCaptchaFormat[] =
42 const char GaiaAuthFetcher::kIssueAuthTokenFormat[] =
48 const char GaiaAuthFetcher::kGetUserInfoFormat[] =
52 const char GaiaAuthFetcher::kAccountDeletedError[] = "AccountDeleted";
54 const char GaiaAuthFetcher::kAccountDisabledError[] = "AccountDisabled";
56 const char GaiaAuthFetcher::kBadAuthenticationError[] = "BadAuthentication";
58 const char GaiaAuthFetcher::kCaptchaError[] = "CaptchaRequired";
60 const char GaiaAuthFetcher::kServiceUnavailableError[] =
63 const char GaiaAuthFetcher
96 GaiaAuthFetcher::GaiaAuthFetcher(GaiaAuthConsumer* consumer, function in class:GaiaAuthFetcher
[all...]
H A Dgaia_auth_fetcher_unittest.cc5 // A complete set of unit tests for GaiaAuthFetcher.
64 : client_login_source_(GaiaAuthFetcher::kClientLoginUrl),
65 issue_auth_token_source_(GaiaAuthFetcher::kIssueAuthTokenUrl) {}
75 GaiaAuthFetcher::ParseClientLoginResponse(data,
94 GaiaAuthFetcher::ParseClientLoginFailure(data,
160 GaiaAuthFetcher auth(&consumer, std::string(),
182 GaiaAuthFetcher auth(&consumer, std::string(),
205 GaiaAuthFetcher auth(&consumer, std::string(),
254 GaiaAuthFetcher auth(&consumer, std::string(),
270 GaiaAuthFetcher aut
[all...]
H A Dgaia_auth_fetcher.h25 // create multiple GaiaAuthFetcher's.
29 class GaiaAuthFetcher : public URLFetcher::Delegate { class in inherits:URLFetcher::Delegate
47 GaiaAuthFetcher(GaiaAuthConsumer* consumer,
50 virtual ~GaiaAuthFetcher();
177 // These fields are common to GaiaAuthFetcher, same every request
203 DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcher);
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc60 const char GaiaAuthFetcher::kClientLoginFormat[] =
68 const char GaiaAuthFetcher::kClientLoginCaptchaFormat[] =
78 const char GaiaAuthFetcher::kIssueAuthTokenFormat[] =
84 const char GaiaAuthFetcher::kClientLoginToOAuth2BodyFormat[] =
87 const char GaiaAuthFetcher::kOAuth2CodeToTokenPairBodyFormat[] =
94 const char GaiaAuthFetcher::kOAuth2RevokeTokenBodyFormat[] =
97 const char GaiaAuthFetcher::kGetUserInfoFormat[] =
100 const char GaiaAuthFetcher::kMergeSessionFormat[] =
105 const char GaiaAuthFetcher::kUberAuthTokenURLFormat[] =
109 const char GaiaAuthFetcher
170 GaiaAuthFetcher::GaiaAuthFetcher(GaiaAuthConsumer* consumer, function in class:GaiaAuthFetcher
[all...]
H A Dgaia_auth_fetcher_unittest.cc5 // A complete set of unit tests for GaiaAuthFetcher.
127 GaiaAuthFetcher::ParseClientLoginResponse(data,
146 GaiaAuthFetcher::ParseClientLoginFailure(data,
243 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
262 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
282 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
329 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
342 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
353 GaiaAuthFetcher::kSecondFactor);
354 EXPECT_TRUE(GaiaAuthFetcher
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Donline_attempt.h19 class GaiaAuthFetcher;
44 // Callbacks from GaiaAuthFetcher
64 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_;
H A Dauth_attempt_state.cc30 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
68 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
106 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() {
H A Dauth_attempt_state.h58 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy();
86 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_;
H A Donline_attempt.cc47 gaia_authenticator_.reset(new GaiaAuthFetcher(this,
64 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
100 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
H A Dtest_attempt_state.cc44 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
H A Dtest_attempt_state.h48 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() {
/external/chromium_org/chrome/browser/chromeos/login/
H A Donline_attempt.h19 class GaiaAuthFetcher;
39 // GaiaAuthConsumer overrides. Callbacks from GaiaAuthFetcher
64 scoped_ptr<GaiaAuthFetcher> client_fetcher_;
H A Dauth_attempt_state.h72 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy();
101 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_;
H A Dtest_attempt_state.cc41 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
64 GaiaAuthFetcher::HostedAccountsSetting TestAttemptState::hosted_policy() {
H A Dauth_attempt_state.cc31 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
47 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
64 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
86 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
131 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() {
H A Donline_attempt.cc52 new GaiaAuthFetcher(this, GaiaConstants::kChromeOSSource,
66 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
101 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
H A Doauth2_token_fetcher.h61 GaiaAuthFetcher auth_fetcher_;
H A Dtest_attempt_state.h46 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() OVERRIDE;
H A Doauth2_login_verifier.h100 scoped_ptr<GaiaAuthFetcher> gaia_system_fetcher_;
101 scoped_ptr<GaiaAuthFetcher> gaia_fetcher_;
/external/chromium/chrome/browser/sync/
H A Dsignin_manager.h20 class GaiaAuthFetcher;
89 scoped_ptr<GaiaAuthFetcher> client_login_;
H A Dsignin_manager.cc61 client_login_.reset(new GaiaAuthFetcher(this,
69 GaiaAuthFetcher::HostedAccountsNotAllowed);
77 client_login_.reset(new GaiaAuthFetcher(this,
85 GaiaAuthFetcher::HostedAccountsNotAllowed);
/external/chromium_org/chrome/browser/signin/
H A Dubertoken_fetcher.h21 class GaiaAuthFetcher;
59 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_login_step.h50 scoped_ptr<GaiaAuthFetcher> authenticator_;
/external/chromium/chrome/browser/printing/cloud_print/
H A Dcloud_print_setup_flow.h21 class GaiaAuthFetcher;
128 scoped_ptr<GaiaAuthFetcher> authenticator_;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_oauth2_token_fetcher.h19 class GaiaAuthFetcher;
107 scoped_ptr<GaiaAuthFetcher> refresh_token_fetcher_;

Completed in 392 milliseconds

12