Searched refs:maxTimeSeekable (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h72 float maxTimeSeekable() const;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DMediaPlayerPrivateAndroid.h75 virtual float maxTimeSeekable() const { return 0; } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h106 float maxTimeSeekable() const;
H A DMediaPlayerPrivateQt.h82 float maxTimeSeekable() const;
H A DMediaPlayerPrivatePhonon.cpp316 float MediaPlayerPrivatePhonon::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivatePhonon
H A DMediaPlayerPrivateQt.cpp354 float MediaPlayerPrivateQt::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivateQt
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h106 virtual float maxTimeSeekable() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h91 virtual float maxTimeSeekable() const = 0;
H A DMediaPlayer.cpp126 virtual float maxTimeSeekable() const { return 0; } function in class:WebCore::NullMediaPlayerPrivate
583 float MediaPlayer::maxTimeSeekable() function in class:WebCore::MediaPlayer
585 return m_private->maxTimeSeekable();
H A DMediaPlayer.h228 float maxTimeSeekable();
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h90 float maxTimeSeekable() const;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h109 float maxTimeSeekable() const;
H A DMediaPlayerPrivateQuickTimeVisualContext.h101 float maxTimeSeekable() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp433 float MediaPlayerPrivate::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h120 float maxTimeSeekable() const;
H A DMediaPlayerPrivateQTKit.mm800 if (maxTimeSeekable() >= m_seekTo)
841 if (maxTimeSeekable() >= m_seekTo)
978 float MediaPlayerPrivateQTKit::maxTimeSeekable() const
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.h108 virtual float maxTimeSeekable() const;
H A DWebMediaPlayerClientImpl.cpp374 float WebMediaPlayerClientImpl::maxTimeSeekable() const function in class:WebKit::WebMediaPlayerClientImpl
377 return m_webMediaPlayer->maxTimeSeekable();
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.mm477 float maxTimeSeekable = 0;
484 if (maxTimeSeekable < endOfRange)
485 maxTimeSeekable = endOfRange;
487 return maxTimeSeekable;
H A DMediaPlayerPrivateAVFoundation.h141 virtual float maxTimeSeekable() const;
H A DMediaPlayerPrivateAVFoundation.cpp360 float MediaPlayerPrivateAVFoundation::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivateAVFoundation
368 LOG(Media, "MediaPlayerPrivateAVFoundation::maxTimeSeekable(%p) - returning %f", this, m_cachedMaxTimeSeekable);
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h214 virtual float maxTimeSeekable() const;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp370 float maxTimeSeekable() const function in class:WebCore::MediaPlayerVideoPrivate
418 float maxTimeSeekable() const function in class:WebCore::MediaPlayerAudioPrivate
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h315 float maxTimeSeekable() const;
H A DHTMLMediaElement.cpp1090 setCurrentTime(maxTimeSeekable(), e);
2083 if (!maxTimeSeekable())
2085 return TimeRanges::create(minTimeSeekable(), maxTimeSeekable());
2151 float HTMLMediaElement::maxTimeSeekable() const function in class:WebCore::HTMLMediaElement
2153 return m_player ? m_player->maxTimeSeekable() : 0;

Completed in 4020 milliseconds

12