Home
last modified time | relevance | path

Searched refs:seeking (Results 1 – 25 of 54) sorted by relevance

123

/external/libvpx/libvpx/nestegg/
DTODO5 - Read past unknown elements rather than seeking.
13 - Support seeking without Cues.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DIntStream.as96 * For char streams, seeking forward must update the stream state such
97 * as line number. For seeking backwards, you will be presumably
99 * so this method does not need to update state when seeking backwards.
105 * return the ith symbol. So, seeking to 0 means LA(1) will return the
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DWebKitWebSourceGStreamer.cpp122 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking);
345 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking) in webKitWebSrcStop() argument
355 if (priv->frame && !seeking) in webKitWebSrcStop()
388 if (!seeking) in webKitWebSrcStop()
395 if (!seeking) { in webKitWebSrcStop()
DMediaPlayerPrivateGStreamer.h66 bool seeking() const;
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h59 bool seeking() const;
/external/libvorbis/doc/vorbisfile/
DMakefile.am19 overview.html reference.html return.html seekexample.html seeking.html\
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h121 virtual bool seeking() const = 0;
/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.h92 bool seeking() const;
DMediaPlayerPrivateQt.h64 bool seeking() const;
DMediaPlayerPrivatePhonon.cpp283 bool MediaPlayerPrivatePhonon::seeking() const in seeking() function in WebCore::MediaPlayerPrivatePhonon
393 if (seeking()) in updateStates()
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h71 virtual bool seeking() const = 0;
DMediaPlayer.cpp109 virtual bool seeking() const { return false; } in seeking() function in WebCore::NullMediaPlayerPrivate
458 bool MediaPlayer::seeking() const in seeking() function in WebCore::MediaPlayer
460 return m_private->seeking(); in seeking()
DMediaPlayer.h214 bool seeking() const;
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h63 virtual bool seeking() const { return false; } in seeking() function
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeWin.h95 bool seeking() const;
DMediaPlayerPrivateQuickTimeVisualContext.h87 bool seeking() const;
DMediaPlayerPrivateQuickTimeWin.cpp331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) { in seekTimerFired()
357 bool MediaPlayerPrivate::seeking() const in seeking() function in WebCore::MediaPlayerPrivate
539 if (seeking()) in updateStates()
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp314 bool WebMediaPlayerClientImpl::seeking() const in seeking() function in WebKit::WebMediaPlayerClientImpl
317 return m_webMediaPlayer->seeking(); in seeking()
DWebMediaPlayerClientImpl.h101 virtual bool seeking() const;
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.h101 bool seeking() const;
/external/webkit/Source/WebCore/dom/
DEventNames.h141 macro(seeking) \
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundation.cpp321 bool MediaPlayerPrivateAVFoundation::seeking() const in seeking() function in WebCore::MediaPlayerPrivateAVFoundation
458 if (seeking()) in updateStates()
DMediaPlayerPrivateAVFoundation.h133 virtual bool seeking() const;
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h230 virtual bool seeking() const;
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.idl55 readonly attribute boolean seeking;

123