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

1 2 3

  /external/chromium/chrome/common/net/gaia/
gaia_constants.cc 9 namespace GaiaConstants {
30 } // namespace GaiaConstants
gaia_constants.h 10 namespace GaiaConstants {
25 } // namespace GaiaConstants
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 123 service_.OnIssueAuthTokenSuccess(GaiaConstants::kSyncService, "token");
129 EXPECT_TRUE(details.service() == GaiaConstants::kSyncService);
137 service_.OnIssueAuthTokenFailure(GaiaConstants::kSyncService, error);
144 EXPECT_TRUE(details.service() == GaiaConstants::kSyncService);
149 service_.OnIssueAuthTokenSuccess(GaiaConstants::kSyncService, "token");
150 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
151 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token");
153 service_.OnIssueAuthTokenSuccess(GaiaConstants::kSyncService, "token2");
154 EXPECT_TRUE(service_.HasTokenForService(GaiaConstants::kSyncService));
155 EXPECT_EQ(service_.GetTokenForService(GaiaConstants::kSyncService), "token2")
    [all...]
token_service.cc 21 GaiaConstants::kGaiaService,
22 GaiaConstants::kSyncService,
23 GaiaConstants::kTalkService,
24 GaiaConstants::kDeviceManagementService
  /external/chromium_org/google_apis/gaia/
gaia_constants.cc 9 namespace GaiaConstants {
62 } // namespace GaiaConstants
gaia_constants.h 10 namespace GaiaConstants {
41 } // namespace GaiaConstants
  /external/chromium_org/chrome/browser/signin/
signin_oauth_helper.cc 23 this, GaiaConstants::kChromeSource, profile_->GetRequestContext()));
32 GaiaConstants::kGaiaService);
google_auto_login_helper.cc 88 this, GaiaConstants::kChromeSource, profile_->GetRequestContext());
ubertoken_fetcher.cc 57 GaiaConstants::kChromeSource,
mutable_profile_oauth2_token_service_unittest.cc 147 AddAuthTokenManually(GaiaConstants::kSyncService, "syncServiceToken");
149 AddAuthTokenManually(GaiaConstants::kGaiaOAuth2LoginRefreshToken,
167 GaiaConstants::kGaiaOAuth2LoginRefreshToken,
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 46 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
51 GaiaConstants::kDeviceManagementService,
56 GaiaConstants::kDeviceManagementService,
104 result.sid, result.lsid, GaiaConstants::kDeviceManagementService);
115 if (service != GaiaConstants::kDeviceManagementService) {
142 if (service != GaiaConstants::kDeviceManagementService) {
online_attempt.cc 48 GaiaConstants::kChromeOSSource,
133 GaiaConstants::kContactsService,
  /external/chromium/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 120 GaiaConstants::kSyncService, "sync_token");
138 GaiaConstants::kSyncService, "sync_token");
151 GaiaConstants::kSyncService, "sync_token");
161 GaiaConstants::kSyncService, "sync_token");
186 GaiaConstants::kSyncService, "sync_token");
263 GaiaConstants::kSyncService, "sync_token");
signin_manager.cc 31 GaiaConstants::kChromeSource, profile_);
62 GaiaConstants::kChromeSource,
78 GaiaConstants::kChromeSource,
profile_sync_service_unittest.cc 94 GaiaConstants::kSyncService, "token");
202 GaiaConstants::kSyncService, "token");
323 GaiaConstants::kSyncService, "token");
362 GaiaConstants::kSyncService, "token");
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 76 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
86 GaiaConstants::kRemotingService,
99 GaiaConstants::kSyncService);
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc 52 new GaiaAuthFetcher(this, GaiaConstants::kChromeOSSource,
133 GaiaConstants::kSyncService,
oauth2_login_verifier.cc 110 std::string(GaiaConstants::kChromeOSSource),
140 std::string(GaiaConstants::kChromeOSSource),
166 std::string(GaiaConstants::kChromeOSSource),
oauth2_token_fetcher.cc 34 auth_fetcher_(this, GaiaConstants::kChromeSource, context_getter),
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 53 this, GaiaConstants::kChromeSource, auth_context_getter_.get()));
59 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth);
user_cloud_policy_token_forwarder.cc 89 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 94 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService,
143 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService,
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 189 GaiaConstants::kDeviceManagementService);
215 GaiaConstants::kDeviceManagementService)) {
242 if (token_details->service() == GaiaConstants::kDeviceManagementService)
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 242 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
247 GaiaConstants::kCloudPrintService,
252 GaiaConstants::kCloudPrintService,
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client_registration_helper.cc 78 scopes.insert(GaiaConstants::kDeviceManagementServiceOAuth);
138 scopes.push_back(GaiaConstants::kDeviceManagementServiceOAuth);
226 << GaiaConstants::kDeviceManagementServiceOAuth;

Completed in 485 milliseconds

1 2 3