Searched defs:seeking (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc232 bool WebMediaPlayerMS::seeking() const { function in class:content::WebMediaPlayerMS
H A Dwebmediaplayer_impl.cc441 bool WebMediaPlayerImpl::seeking() const { function in class:content::WebMediaPlayerImpl
490 // We don't support seeking in streaming media.
/external/chromium_org/content/renderer/media/android/
H A Dmedia_source_delegate.cc307 return; // Drop the request during seeking.
345 // No new OnReadFromDemuxer() will be called during seeking. So this callback
348 DVLOG(1) << "OnBufferReady(): Ignore previous read during seeking.";
766 void MediaSourceDelegate::SetSeeking(bool seeking) { argument
768 seeking_ = seeking;
H A Dwebmediaplayer_android.cc365 bool WebMediaPlayerAndroid::seeking() const { function in class:content::WebMediaPlayerAndroid
382 if (seeking())
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc550 bool WebMediaPlayerImpl::seeking() const { function in class:webkit_glue::WebMediaPlayerImpl
610 // We are using this flag to indicate if the data source supports seeking
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp393 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
396 return m_webMediaPlayer->seeking();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1602 // it started seeking, but seeking caused its readyState attribute to change to a value
1865 // 2 - If the element's seeking IDL attribute is true, then another instance of this algorithm is
1870 // 3 - Set the seeking IDL attribute to true.
1896 // attribute then set the seeking IDL attribute to false and abort these steps.
1899 // Short circuit seeking to the current time by just firing the events if no seek is required.
1905 // always in a flushed state when the 'seeking' event fires.
1912 // FIXME: There must be a stable state before timeupdate+seeked are dispatched and seeking
1929 // 8 - Queue a task to fire a simple event named seeking at the element.
1944 // 12 - Set the seeking ID
1966 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
[all...]

Completed in 154 milliseconds