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

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 132 virtual float mediaTimeForTimeValue(float timeValue) const { return timeValue; }
MediaPlayer.h 298 float mediaTimeForTimeValue(float) const;
MediaPlayer.cpp 714 float MediaPlayer::mediaTimeForTimeValue(float timeValue) const
716 return m_private->mediaTimeForTimeValue(timeValue);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.h 85 virtual float mediaTimeForTimeValue(float) const;
MediaPlayerPrivateAVFoundation.h 157 virtual float mediaTimeForTimeValue(float) const = 0;
MediaPlayerPrivateAVFoundationObjC.mm 645 float MediaPlayerPrivateAVFoundationObjC::mediaTimeForTimeValue(float timeValue) const
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 179 virtual float mediaTimeForTimeValue(float) const;
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.h 175 virtual float mediaTimeForTimeValue(float) const;
MediaPlayerPrivateQuickTimeVisualContext.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp     [all...]

Completed in 468 milliseconds