/external/chromium/chrome/common/net/gaia/ |
gaia_constants.cc | 20 const char kSyncService[] = "chromiumsync";
|
gaia_constants.h | 20 extern const char kSyncService[];
|
/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 | 22 GaiaConstants::kSyncService,
|
/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");
|
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 | 99 GaiaConstants::kSyncService);
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.cc | 571 TokenAvailableDetails details(GaiaConstants::kSyncService, token); [all...] |