OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldest_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/download/
rate_estimator.cc
49
int64 seconds_since_oldest = (now -
oldest_time_
).InSeconds();
78
int64 seconds_since_oldest = (now -
oldest_time_
).InSeconds();
109
oldest_time_
=
oldest_time_
+ bucket_time_;
119
oldest_time_
= now;
rate_estimator.h
47
base::TimeTicks
oldest_time_
;
member in class:content::RateEstimator
Completed in 717 milliseconds