Home
last modified time | relevance | path

Searched refs:mediaTimeForTimeValue (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebMediaPlayer.h144 virtual double mediaTimeForTimeValue(double timeValue) const = 0;
/external/chromium_org/content/renderer/media/
Dwebmediaplayer_ms.h113 virtual double mediaTimeForTimeValue(double timeValue) const;
Dwebmediaplayer_ms.cc356 double WebMediaPlayerMS::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in content::WebMediaPlayerMS
/external/chromium_org/media/blink/
Dwebmediaplayer_impl.h123 virtual double mediaTimeForTimeValue(double timeValue) const; in NON_EXPORTED_BASE()
Dwebmediaplayer_impl.cc551 double WebMediaPlayerImpl::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in media::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.h168 virtual double mediaTimeForTimeValue(double timeValue) const;
Dwebmediaplayer_android.cc714 double WebMediaPlayerAndroid::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp1987 double mediaTime = webMediaPlayer()->mediaTimeForTimeValue(time); in seek()