Searched refs:mediaTimeForTimeValue (Results 1 – 8 of 8) sorted by relevance
144 virtual double mediaTimeForTimeValue(double timeValue) const = 0;
113 virtual double mediaTimeForTimeValue(double timeValue) const;
356 double WebMediaPlayerMS::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in content::WebMediaPlayerMS
123 virtual double mediaTimeForTimeValue(double timeValue) const; in NON_EXPORTED_BASE()
551 double WebMediaPlayerImpl::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in media::WebMediaPlayerImpl
168 virtual double mediaTimeForTimeValue(double timeValue) const;
714 double WebMediaPlayerAndroid::mediaTimeForTimeValue(double timeValue) const { in mediaTimeForTimeValue() function in content::WebMediaPlayerAndroid
1987 double mediaTime = webMediaPlayer()->mediaTimeForTimeValue(time); in seek()