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

12

/macosx-10.9.5/libclosure-63/objectTests/
H A Dlayout.m49 int seeking = 1;
55 if ((cursor <= seeking) && ((cursor + process) > seeking)) {
62 fail("didn't scan slot %d\n", seeking);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DInbandTextTrackPrivateAVF.h64 bool seeking() const { return m_seeking; } function in class:WebCore::InbandTextTrackPrivateAVF
H A DMediaPlayerPrivateAVFoundation.h147 virtual bool seeking() const;
H A DInbandTextTrackPrivateAVF.cpp380 // see every cue, so DO NOT update cue duration while seeking.
424 m_pendingCueStatus = seeking() ? DeliveredDuringSeek : Valid;
H A DMediaPlayerPrivateAVFoundation.cpp273 LOG(Media, "MediaPlayerPrivateAVFoundation::seek(%p) - seeking to %f", this, time);
296 bool MediaPlayerPrivateAVFoundation::seeking() const function in class:WebCore::MediaPlayerPrivateAVFoundation
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h59 bool seeking() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.h64 bool seeking() const;
H A DWebKitWebSourceGStreamer.cpp379 gboolean seeking; local
383 seeking = priv->seekID;
401 if (priv->frame && !seeking)
442 if (!seeking) {
452 if (!seeking)
H A DMediaPlayerPrivateGStreamer.cpp490 // Avoid useless seeking.
498 INFO_MEDIA_MESSAGE("[Seek] seeking to %" GST_TIME_FORMAT " (%f)", GST_TIME_ARGS(clockTime), time);
525 LOG_MEDIA_MESSAGE("[Seek] seeking to %f failed", time);
547 bool MediaPlayerPrivateGStreamer::seeking() const function in class:WebCore::MediaPlayerPrivateGStreamer
1250 LOG_MEDIA_MESSAGE("[Seek] seeking to %f failed", m_seekTime);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.h72 bool seeking() const;
H A DMediaPlayerPrivateQt.cpp307 bool MediaPlayerPrivateQt::seeking() const function in class:WebCore::MediaPlayerPrivateQt
456 // Only propagate this event if we are seeking
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayerPrivate.h83 virtual bool seeking() const = 0;
H A DMediaPlayer.cpp122 virtual bool seeking() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
547 bool MediaPlayer::seeking() const function in class:WebCore::MediaPlayer
549 return m_private->seeking();
H A DMediaPlayer.h308 bool seeking() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h109 bool seeking() const;
H A DMediaPlayerPrivateQTKit.mm804 if (!metaDataAvailable()|| !seeking() || currentTime() == m_seekTo) {
830 bool MediaPlayerPrivateQTKit::seeking() const
1132 if (seeking())
1196 // It may not be possible to seek to a specific time in a streamed movie. When seeking in a
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.h90 bool seeking() const;
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp465 if (!m_movie || !seeking() || currentTime() == m_seekTo) {
491 bool MediaPlayerPrivateQuickTimeVisualContext::seeking() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
683 if (seeking())
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLMediaElement.idl63 readonly attribute boolean seeking;
H A DHTMLMediaElement.h160 bool seeking() const;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventNames.h156 macro(seeking) \
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.h82 virtual bool seeking() const;
H A DMediaPlayerPrivateBlackBerry.cpp317 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.h341 DEFINE_ATTRIBUTE_EVENT_LISTENER(seeking);
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas104 the uncompressed data has been reached. Seeking backwards, seeking relative

Completed in 240 milliseconds

12