Home
last modified time | relevance | path

Searched refs:kMaxRegistrationDelaySeconds (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/notifier/
Dregistration_manager.h42 static const int kMaxRegistrationDelaySeconds; variable
Dregistration_manager.cc56 const int RegistrationManager::kMaxRegistrationDelaySeconds = 60 * 60; member in syncer::RegistrationManager
238 kMaxRegistrationDelaySeconds, in TryRegisterId()
Dregistration_manager_unittest.cc212 while (expected_delay < RegistrationManager::kMaxRegistrationDelaySeconds) { in RunBackoffTest()
221 RegistrationManager::kMaxRegistrationDelaySeconds, in RunBackoffTest()