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
153
base::TimeDelta
time_until_next_unthrottle
= kMaxTimeDelta;
local
157
time_until_next_unthrottle
=
158
std::min(
time_until_next_unthrottle
,
162
DCHECK(kMaxTimeDelta !=
time_until_next_unthrottle
);
164
return
time_until_next_unthrottle
;
/external/chromium_org/sync/engine/
sync_scheduler_impl.cc
740
base::TimeDelta
time_until_next_unthrottle
=
local
744
time_until_next_unthrottle
,
747
unthrottle_time +
time_until_next_unthrottle
));
820
base::TimeDelta
time_until_next_unthrottle
=
local
824
time_until_next_unthrottle
,
827
now +
time_until_next_unthrottle
));
Completed in 104 milliseconds