Home
last modified time | relevance | path

Searched refs:UpdateReferencePoints (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/base/
Dclock.cc33 UpdateReferencePoints(); in Play()
40 UpdateReferencePoints(); in Pause()
46 UpdateReferencePoints(); in SetPlaybackRate()
54 UpdateReferencePoints(current_time); in SetTime()
69 UpdateReferencePoints(max_time_); in Elapsed()
80 UpdateReferencePoints(); in SetMaxTime()
117 void Clock::UpdateReferencePoints() { in UpdateReferencePoints() function in media::Clock
118 UpdateReferencePoints(Elapsed()); in UpdateReferencePoints()
121 void Clock::UpdateReferencePoints(base::TimeDelta current_time) { in UpdateReferencePoints() function in media::Clock
Dclock.h78 void UpdateReferencePoints();
81 void UpdateReferencePoints(base::TimeDelta current_time);