/external/libvpx/libvpx/nestegg/ |
D | TODO | 5 - Read past unknown elements rather than seeking. 13 - Support seeking without Cues.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | IntStream.as | 96 * 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/ |
D | WebKitWebSourceGStreamer.cpp | 122 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()
|
D | MediaPlayerPrivateGStreamer.h | 66 bool seeking() const;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | MediaPlayerPrivateWinCE.h | 59 bool seeking() const;
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 19 overview.html reference.html return.html seekexample.html seeking.html\
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebMediaPlayer.h | 121 virtual bool seeking() const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.h | 92 bool seeking() const;
|
D | MediaPlayerPrivateQt.h | 64 bool seeking() const;
|
D | MediaPlayerPrivatePhonon.cpp | 283 bool MediaPlayerPrivatePhonon::seeking() const in seeking() function in WebCore::MediaPlayerPrivatePhonon 393 if (seeking()) in updateStates()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 71 virtual bool seeking() const = 0;
|
D | MediaPlayer.cpp | 109 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()
|
D | MediaPlayer.h | 214 bool seeking() const;
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaPlayerPrivateAndroid.h | 63 virtual bool seeking() const { return false; } in seeking() function
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.h | 95 bool seeking() const;
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 87 bool seeking() const;
|
D | MediaPlayerPrivateQuickTimeWin.cpp | 331 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/ |
D | WebMediaPlayerClientImpl.cpp | 314 bool WebMediaPlayerClientImpl::seeking() const in seeking() function in WebKit::WebMediaPlayerClientImpl 317 return m_webMediaPlayer->seeking(); in seeking()
|
D | WebMediaPlayerClientImpl.h | 101 virtual bool seeking() const;
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.h | 101 bool seeking() const;
|
/external/webkit/Source/WebCore/dom/ |
D | EventNames.h | 141 macro(seeking) \
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundation.cpp | 321 bool MediaPlayerPrivateAVFoundation::seeking() const in seeking() function in WebCore::MediaPlayerPrivateAVFoundation 458 if (seeking()) in updateStates()
|
D | MediaPlayerPrivateAVFoundation.h | 133 virtual bool seeking() const;
|
/external/chromium/webkit/glue/ |
D | webmediaplayer_impl.h | 230 virtual bool seeking() const;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.idl | 55 readonly attribute boolean seeking;
|