Searched refs:CurrentSpeedAtTime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dbase_file.h120 int64 CurrentSpeedAtTime(base::TimeTicks current_time) const;
H A Dbase_file_unittest.cc184 int64 CurrentSpeedAtTime(base::TimeTicks current_time) { function in class:content::BaseFileTest
186 return base_file_->CurrentSpeedAtTime(current_time);

Completed in 241 milliseconds