Searched refs:seeking (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h59 bool seeking() const;
/external/libvorbis/doc/vorbisfile/
H A DMakefile.am19 overview.html reference.html return.html seekexample.html seeking.html\
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.idl55 readonly attribute boolean seeking;
H A DHTMLMediaElement.h104 bool seeking() const;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h92 bool seeking() const;
H A DMediaPlayerPrivateQt.h64 bool seeking() const;
H A DMediaPlayerPrivatePhonon.cpp283 bool MediaPlayerPrivatePhonon::seeking() const function in class:WebCore::MediaPlayerPrivatePhonon
393 if (seeking())
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h121 virtual bool seeking() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h71 virtual bool seeking() const = 0;
H A DMediaPlayer.cpp109 virtual bool seeking() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
458 bool MediaPlayer::seeking() const function in class:WebCore::MediaPlayer
460 return m_private->seeking();
H A DMediaPlayer.h214 bool seeking() const;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h63 virtual bool seeking() const { return false; } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h66 bool seeking() const;
H A DWebKitWebSourceGStreamer.cpp122 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking);
345 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking) argument
355 if (priv->frame && !seeking)
388 if (!seeking)
395 if (!seeking) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h95 bool seeking() const;
H A DMediaPlayerPrivateQuickTimeVisualContext.h87 bool seeking() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) {
357 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
539 if (seeking())
/external/webkit/Source/WebCore/dom/
H A DEventNames.h141 macro(seeking) \
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h101 bool seeking() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.h101 virtual bool seeking() const;
H A DWebMediaPlayerClientImpl.cpp314 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
317 return m_webMediaPlayer->seeking();
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp293 LOG(Media, "MediaPlayerPrivateAVFoundation::seek(%p) - seeking to %f", this, time);
321 bool MediaPlayerPrivateAVFoundation::seeking() const function in class:WebCore::MediaPlayerPrivateAVFoundation
458 if (seeking())
590 // if we will be able to seek to an exact time, so assume that we are done seeking if we are
H A DMediaPlayerPrivateAVFoundation.h133 virtual bool seeking() const;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h230 virtual bool seeking() const;
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex167 seeking logic.
173 for seeking operations at the very beginning of the stream.

Completed in 712 milliseconds

12