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

  /external/chromium/chrome/common/net/gaia/
gaia_constants.cc 9 namespace GaiaConstants {
30 } // namespace GaiaConstants
gaia_constants.h 10 namespace GaiaConstants {
25 } // namespace GaiaConstants
gaia_auth_fetcher.cc 186 if (!strcmp(service, GaiaConstants::kGaiaService))
  /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/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,
google_authenticator.cc 90 GaiaConstants::kContactsService,
136 GaiaConstants::kChromeOSSource,
login_utils.cc 288 token_service->Initialize(GaiaConstants::kChromeOSSource,
  /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");
profile_sync_service_session_unittest.cc 129 GaiaConstants::kSyncService, "token");
profile_sync_service.cc 123 GaiaConstants::kSyncService)) {
300 GaiaConstants::kSyncService);
    [all...]
profile_sync_service_preference_unittest.cc 97 GaiaConstants::kSyncService, "token");
profile_sync_service_typed_url_unittest.cc 188 GaiaConstants::kSyncService, "token");
profile_sync_service_password_unittest.cc 219 GaiaConstants::kSyncService, "token");
profile_sync_service_autofill_unittest.cc 331 GaiaConstants::kSyncService, "token");
    [all...]
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 76 new GaiaAuthFetcher(this, GaiaConstants::kChromeSource,
86 GaiaConstants::kRemotingService,
99 GaiaConstants::kSyncService);
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 94 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService,
143 token_service->IssueAuthTokenForTest(GaiaConstants::kGaiaService,
extension_webstore_private_api.cc 86 token_service->HasTokenForService(GaiaConstants::kGaiaService)) {
89 GaiaConstants::kGaiaService));
576 if (service != 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/chrome/browser/sync/glue/
sync_backend_host.cc 571 TokenAvailableDetails details(GaiaConstants::kSyncService, token);
    [all...]

Completed in 446 milliseconds