Searched defs:maxTimeSeekable (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h75 virtual float maxTimeSeekable() const { return 0; } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
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/webkit/Source/WebCore/platform/graphics/qt/
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/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp411 float maxTimeSeekable() const function in class:WebCore::MediaPlayerVideoPrivate
459 float maxTimeSeekable() const function in class:WebCore::MediaPlayerAudioPrivate
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp374 float WebMediaPlayerClientImpl::maxTimeSeekable() const function in class:WebKit::WebMediaPlayerClientImpl
377 return m_webMediaPlayer->maxTimeSeekable();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc606 float WebMediaPlayerImpl::maxTimeSeekable() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/
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();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp433 float MediaPlayerPrivate::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivate
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp579 float MediaPlayerPrivateQuickTimeVisualContext::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp866 float MediaPlayerPrivateGStreamer::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivateGStreamer
871 LOG_VERBOSE(Media, "maxTimeSeekable");
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp1097 setCurrentTime(maxTimeSeekable(), e);
2108 if (!maxTimeSeekable())
2110 return TimeRanges::create(minTimeSeekable(), maxTimeSeekable());
2176 float HTMLMediaElement::maxTimeSeekable() const function in class:WebCore::HTMLMediaElement
2178 return m_player ? m_player->maxTimeSeekable() : 0;

Completed in 259 milliseconds