HomeSort by relevance Sort by last modified time
    Searched refs:seeking (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h 89 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(seeking);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 126 virtual bool seeking() const = 0;
  /external/libvorbis/doc/vorbisfile/
Makefile.am 19 overview.html reference.html return.html seekexample.html seeking.html\
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 126 virtual bool seeking() const = 0;
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 93 virtual bool seeking() const;
webmediaplayer_impl.h 105 virtual bool seeking() const;
webmediaplayer_ms.cc 272 bool WebMediaPlayerMS::seeking() const { function in class:content::WebMediaPlayerMS
webmediaplayer_impl.cc 441 bool WebMediaPlayerImpl::seeking() const { function in class:content::WebMediaPlayerImpl
500 // We don't support seeking in streaming media.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.idl 58 readonly attribute boolean seeking;
HTMLMediaElement.h 131 bool seeking() const;
HTMLMediaElement.cpp 745 // 4.6 - If seeking is true, set it to false.
2004 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
    [all...]
HTMLElement.cpp 278 attributeNameToEventNameMap.set(onseekingAttr.localName(), EventTypeNames::seeking);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 107 virtual bool seeking() const OVERRIDE;
WebMediaPlayerClientImpl.cpp 260 bool WebMediaPlayerClientImpl::seeking() const function in class:blink::WebMediaPlayerClientImpl
263 return m_webMediaPlayer->seeking();
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 130 virtual bool seeking() const;
webmediaplayer_android.cc 381 bool WebMediaPlayerAndroid::seeking() const { function in class:content::WebMediaPlayerAndroid
409 // Blink may still query us if updatePlaybackState() occurs while seeking.
410 if (seeking()) {
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 167 seeking logic.
173 for seeking operations at the very beginning of the stream.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 1282 bool seeking = false; local
    [all...]
  /external/chromium_org/third_party/webrtc/test/w3c/
getusermedia_conformance_test.js 393 assert_false(videoTag.seeking, 'videoTag.seeking');
394 }, '[Video tag] seeking attribute');
  /external/chromium_org/tools/perf/metrics/
media.js 113 // Playing event can fire more than once if seeking.
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 3927 bool seeking = false; local
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 103 allowed. Seeking forward decompresses data until the requested position in
104 the uncompressed data has been reached. Seeking backwards, seeking relative
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 139 position seeking.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 152 /// For char streams, seeking forward must update the stream state such
153 /// as line number. For seeking backwards, you will be presumably
157 /// update state when seeking backwards.
163 /// the ith symbol. So, seeking to 0 means LA(1) will return the first
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1378 milliseconds

1 2