OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultShortPollIntervalSeconds
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/engine/
polling_constants.cc
15
const int64
kDefaultShortPollIntervalSeconds
= 3600 * 8;
polling_constants.h
13
extern const int64
kDefaultShortPollIntervalSeconds
;
syncer_thread.cc
72
TimeDelta::FromSeconds(
kDefaultShortPollIntervalSeconds
)),
[
all
...]
Completed in 45 milliseconds