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

/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc272 bool WebMediaPlayerMS::seeking() const { function in class:content::WebMediaPlayerMS
H A Dwebmediaplayer_impl.cc441 bool WebMediaPlayerImpl::seeking() const { function in class:content::WebMediaPlayerImpl
500 // We don't support seeking in streaming media.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp260 bool WebMediaPlayerClientImpl::seeking() const function in class:blink::WebMediaPlayerClientImpl
263 return m_webMediaPlayer->seeking();
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc381 bool WebMediaPlayerAndroid::seeking() const { function in class:content::WebMediaPlayerAndroid
409 // Blink may still query us if updatePlaybackState() occurs while seeking.
410 if (seeking()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp745 // 4.6 - If seeking is true, set it to false.
1756 // it started seeking, but seeking caused its readyState attribute to change to a value
1905 // 2 - If the element's seeking IDL attribute is true, then another instance of this algorithm is
1910 // 3 - Set the seeking IDL attribute to true.
1937 // attribute then set the seeking IDL attribute to false and abort these steps.
1940 // Short circuit seeking to the current time by just firing the events if no seek is required.
1947 scheduleEvent(EventTypeNames::seeking);
1950 // FIXME: There must be a stable state before timeupdate+seeked are dispatched and seeking
1967 // 8 - Queue a task to fire a simple event named seeking a
2004 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
[all...]

Completed in 146 milliseconds