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 33 UpdateReferencePoints();
40 UpdateReferencePoints();
46 UpdateReferencePoints();
54 UpdateReferencePoints(current_time);
69 UpdateReferencePoints(max_time_);
80 UpdateReferencePoints();
117 void Clock::UpdateReferencePoints() {
118 UpdateReferencePoints(Elapsed());
121 void Clock::UpdateReferencePoints(base::TimeDelta current_time) {
clock.h 78 void UpdateReferencePoints();
81 void UpdateReferencePoints(base::TimeDelta current_time);

Completed in 64 milliseconds