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

/external/chromium_org/ui/file_manager/video_player/js/cast/
H A Dcast_video_element.js220 * @param {boolean=} opt_seeking True when seeking. False otherwise.
237 playRequest.customData = {seeking: !!opt_seeking};
260 * @param {boolean=} opt_seeking True when seeking. False otherwise.
272 pauseRequest.customData = {seeking: !!opt_seeking};
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc275 bool WebMediaPlayerMS::seeking() const { function in class:content::WebMediaPlayerMS
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc424 bool WebMediaPlayerImpl::seeking() const { function in class:media::WebMediaPlayerImpl
495 // We don't support seeking in streaming media.
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc467 bool WebMediaPlayerAndroid::seeking() const { function in class:content::WebMediaPlayerAndroid
498 // Blink may still query us if updatePlaybackState() occurs while seeking.
499 if (seeking()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp781 // 4.6 - If seeking is true, set it to false.
1793 // it started seeking, but seeking caused its readyState attribute to change to a value
1965 // 3 - If the element's seeking IDL attribute is true, then another instance of this algorithm is
1970 // 4 - Set the seeking IDL attribute to true.
1996 // attribute then set the seeking IDL attribute to false and abort these steps.
1999 // Short circuit seeking to the current time by just firing the events if no seek is required.
2006 scheduleEvent(EventTypeNames::seeking);
2009 // FIXME: There must be a stable state before timeupdate+seeked are dispatched and seeking
2026 // 10 - Queue a task to fire a simple event named seeking a
2062 bool HTMLMediaElement::seeking() const function in class:blink::HTMLMediaElement
[all...]

Completed in 1561 milliseconds