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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h72 float maxTimeSeekable() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h126 virtual float maxTimeSeekable() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
127 virtual double maxTimeSeekableDouble() const { return maxTimeSeekable(); }
H A DMediaPlayer.h386 double maxTimeSeekable();
H A DMediaPlayer.cpp720 double MediaPlayer::maxTimeSeekable() function in class:WebCore::MediaPlayer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h93 float maxTimeSeekable() const;
H A DMediaPlayerPrivateGStreamer.cpp1194 float MediaPlayerPrivateGStreamer::maxTimeSeekable() const function in class:WebCore::MediaPlayerPrivateGStreamer
1199 LOG_MEDIA_MESSAGE("maxTimeSeekable");
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h124 float maxTimeSeekable() const;
H A DMediaPlayerPrivateQTKit.mm754 if (maxTimeSeekable() >= m_seekTo)
796 if (maxTimeSeekable() >= m_seekTo)
929 float MediaPlayerPrivateQTKit::maxTimeSeekable() const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp730 double maxTimeSeekable = 0; local
740 if (maxTimeSeekable < endOfRange)
741 maxTimeSeekable = endOfRange;
744 return maxTimeSeekable;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm1277 double maxTimeSeekable = 0;
1284 if (maxTimeSeekable < endOfRange)
1285 maxTimeSeekable = endOfRange;
1287 return maxTimeSeekable;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.h647 double maxTimeSeekable() const;
H A DHTMLMediaElement.cpp2287 setCurrentTime(maxTimeSeekable());
4470 double HTMLMediaElement::maxTimeSeekable() const function in class:WebCore::HTMLMediaElement
4472 return m_player ? m_player->maxTimeSeekable() : 0;

Completed in 181 milliseconds