OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSyncDelayAfterThrottled
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc
39
static const int
kSyncDelayAfterThrottled
= 2 * 60 * 60; // 2 hours
238
base::TimeDelta::FromSeconds(
kSyncDelayAfterThrottled
));
/external/chromium_org/sync/engine/
syncer_proto_util.cc
44
const int
kSyncDelayAfterThrottled
= 2 * 60 * 60; // 2 hours
299
base::TimeDelta::FromSeconds(
kSyncDelayAfterThrottled
);
Completed in 247 milliseconds