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

  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 24 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::kErrorParam[] = "Error"
    [all...]
gaia_auth_fetcher_unittest.cc 5 // 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 auth(&consumer, std::string()
    [all...]
gaia_auth_fetcher.h 25 // create multiple GaiaAuthFetcher's.
29 class GaiaAuthFetcher : public 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/chrome/browser/chromeos/login/
online_attempt.h 19 class GaiaAuthFetcher;
44 // Callbacks from GaiaAuthFetcher
64 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_;
auth_attempt_state.cc 30 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
68 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
106 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() {
auth_attempt_state.h 58 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy();
86 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_;
online_attempt.cc 47 gaia_authenticator_.reset(new GaiaAuthFetcher(this,
64 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
100 attempt_->hosted_policy() != GaiaAuthFetcher::HostedAccountsAllowed) {
test_attempt_state.cc 44 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
test_attempt_state.h 48 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() {
enterprise_enrollment_screen.cc 46 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
53 GaiaAuthFetcher::HostedAccountsAllowed);
58 GaiaAuthFetcher::HostedAccountsAllowed);
120 scoped_ptr<GaiaAuthFetcher> auth_fetcher(auth_fetcher_.release());
195 scoped_ptr<GaiaAuthFetcher> scoped_killer(auth_fetcher_.release());
google_authenticator.h 106 // Callbacks from GaiaAuthFetcher
159 void set_hosted_policy(GaiaAuthFetcher::HostedAccountsSetting policy) {
174 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_;
186 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_;
parallel_authenticator.h 26 class GaiaAuthFetcher;
240 scoped_ptr<GaiaAuthFetcher> gaia_authenticator_;
enterprise_enrollment_screen.h 89 scoped_ptr<GaiaAuthFetcher> auth_fetcher_;
google_authenticator.cc 59 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
135 new GaiaAuthFetcher(this,
185 if (hosted_policy_ == GaiaAuthFetcher::HostedAccountsAllowed &&
194 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
219 hosted_policy_ != GaiaAuthFetcher::HostedAccountsAllowed) {
233 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
login_utils.cc 540 GURL(GaiaAuthFetcher::kClientLoginUrl),
555 GURL(GaiaAuthFetcher::kClientLoginUrl),
google_authenticator_unittest.cc 141 auth->set_hosted_policy(GaiaAuthFetcher::HostedAccountsAllowed);
  /external/chromium/chrome/browser/sync/
signin_manager.h 20 class GaiaAuthFetcher;
89 scoped_ptr<GaiaAuthFetcher> client_login_;
signin_manager.cc 61 client_login_.reset(new GaiaAuthFetcher(this,
69 GaiaAuthFetcher::HostedAccountsNotAllowed);
77 client_login_.reset(new GaiaAuthFetcher(this,
85 GaiaAuthFetcher::HostedAccountsNotAllowed);
signin_manager_unittest.cc 38 fetcher, GURL(GaiaAuthFetcher::kClientLoginUrl),
48 fetcher, GURL(GaiaAuthFetcher::kGetUserInfoUrl),
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 50 scoped_ptr<GaiaAuthFetcher> authenticator_;
setup_flow_login_step.cc 76 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
88 GaiaAuthFetcher::HostedAccountsAllowed);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 21 class GaiaAuthFetcher;
128 scoped_ptr<GaiaAuthFetcher> authenticator_;
cloud_print_setup_flow.cc 242 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
249 GaiaAuthFetcher::HostedAccountsAllowed);
254 GaiaAuthFetcher::HostedAccountsAllowed);
  /external/chromium/chrome/browser/net/gaia/
token_service.h 184 scoped_ptr<GaiaAuthFetcher> fetchers_[kNumServices];
token_service.cc 98 fetchers_[i].reset(new GaiaAuthFetcher(this, source_, getter_));

Completed in 834 milliseconds