Searched defs:mediaTimeForTimeValue (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h134 virtual float mediaTimeForTimeValue(float timeValue) const { return timeValue; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp722 float MediaPlayer::mediaTimeForTimeValue(float timeValue) const function in class:WebCore::MediaPlayer
724 return m_private->mediaTimeForTimeValue(timeValue);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp1071 float MediaPlayerPrivateQuickTimeVisualContext::mediaTimeForTimeValue(float timeValue) const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext

Completed in 181 milliseconds