OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_until_next_unthrottle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/sessions/
nudge_tracker.cc
162
base::TimeDelta
time_until_next_unthrottle
= kMaxTimeDelta;
local
166
time_until_next_unthrottle
=
167
std::min(
time_until_next_unthrottle
,
171
DCHECK(kMaxTimeDelta !=
time_until_next_unthrottle
);
173
return
time_until_next_unthrottle
;
/external/chromium_org/sync/engine/
sync_scheduler_impl.cc
758
base::TimeDelta
time_until_next_unthrottle
=
local
762
time_until_next_unthrottle
,
765
unthrottle_time +
time_until_next_unthrottle
));
826
base::TimeDelta
time_until_next_unthrottle
=
local
830
time_until_next_unthrottle
,
833
now +
time_until_next_unthrottle
));
Completed in 24 milliseconds