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

1 2 3

  /external/chromium_org/chrome/browser/signin/
google_auto_login_helper.h 13 class GaiaAuthFetcher;
38 virtual GaiaAuthFetcher* CreateNewGaiaAuthFetcher();
42 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
signin_oauth_helper.h 11 class GaiaAuthFetcher;
40 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
ubertoken_fetcher.h 21 class GaiaAuthFetcher;
60 scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
signin_account_id_helper.h 14 class GaiaAuthFetcher;
google_auto_login_helper.cc 86 GaiaAuthFetcher* GoogleAutoLoginHelper::CreateNewGaiaAuthFetcher() {
87 return new GaiaAuthFetcher(
  /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...]
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.cc 60 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::kOAuthLoginFormat[] = "service=%s&source=%s"
    [all...]
gaia_auth_fetcher_unittest.cc 5 // A complete set of unit tests for GaiaAuthFetcher.
115 GaiaAuthFetcher::ParseClientLoginResponse(data,
134 GaiaAuthFetcher::ParseClientLoginFailure(data,
232 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
251 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
271 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
318 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
331 GaiaAuthFetcher auth(&consumer, std::string(), GetRequestContext());
342 GaiaAuthFetcher::kSecondFactor);
343 EXPECT_TRUE(GaiaAuthFetcher::IsSecondFactorSuccess(response))
    [all...]
  /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() {
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.h 19 class GaiaAuthFetcher;
39 // GaiaAuthConsumer overrides. Callbacks from GaiaAuthFetcher
64 scoped_ptr<GaiaAuthFetcher> client_fetcher_;
test_attempt_state.cc 34 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
57 GaiaAuthFetcher::HostedAccountsSetting TestAttemptState::hosted_policy() {
test_attempt_state.h 43 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() OVERRIDE;
auth_attempt_state.h 73 virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy();
102 GaiaAuthFetcher::HostedAccountsSetting hosted_policy_;
auth_attempt_state.cc 29 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
45 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
60 hosted_policy_(GaiaAuthFetcher::HostedAccountsAllowed),
82 hosted_policy_ = GaiaAuthFetcher::HostedAccountsNotAllowed;
134 GaiaAuthFetcher::HostedAccountsSetting AuthAttemptState::hosted_policy() {
online_attempt.cc 52 new GaiaAuthFetcher(this, GaiaConstants::kChromeOSSource,
66 if (attempt_->hosted_policy() == GaiaAuthFetcher::HostedAccountsAllowed &&
101 attempt_->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);
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.h 19 class GaiaAuthFetcher;
107 scoped_ptr<GaiaAuthFetcher> refresh_token_fetcher_;
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.h 50 scoped_ptr<GaiaAuthFetcher> authenticator_;

Completed in 1884 milliseconds

1 2 3