HomeSort by relevance Sort by last modified time
    Searched refs:UpdateReferencePoints (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/
clock.cc 28 UpdateReferencePoints();
35 UpdateReferencePoints();
41 UpdateReferencePoints();
49 UpdateReferencePoints(current_time);
64 UpdateReferencePoints(max_time_);
75 UpdateReferencePoints();
117 void Clock::UpdateReferencePoints() {
118 UpdateReferencePoints(Elapsed());
121 void Clock::UpdateReferencePoints(base::TimeDelta current_time) {
clock.h 85 void UpdateReferencePoints();
88 void UpdateReferencePoints(base::TimeDelta current_time);

Completed in 9665 milliseconds