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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h63 virtual bool seeking() const { return false; } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp293 LOG(Media, "MediaPlayerPrivateAVFoundation::seek(%p) - seeking to %f", this, time);
321 bool MediaPlayerPrivateAVFoundation::seeking() const function in class:WebCore::MediaPlayerPrivateAVFoundation
458 if (seeking())
590 // if we will be able to seek to an exact time, so assume that we are done seeking if we are
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp283 bool MediaPlayerPrivatePhonon::seeking() const function in class:WebCore::MediaPlayerPrivatePhonon
393 if (seeking())
H A DMediaPlayerPrivateQt.cpp312 bool MediaPlayerPrivateQt::seeking() const function in class:WebCore::MediaPlayerPrivateQt
453 // Only propagate this event if we are seeking
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp122 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking);
345 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking) argument
355 if (priv->frame && !seeking)
388 if (!seeking)
395 if (!seeking) {
H A DMediaPlayerPrivateGStreamer.cpp420 // Avoid useless seeking.
460 bool MediaPlayerPrivateGStreamer::seeking() const function in class:WebCore::MediaPlayerPrivateGStreamer
1177 if (seeking())
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp314 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
317 return m_webMediaPlayer->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/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp109 virtual bool seeking() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
458 bool MediaPlayer::seeking() const function in class:WebCore::MediaPlayer
460 return m_private->seeking();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) {
357 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
539 if (seeking())
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp466 if (!m_movie || !seeking() || currentTime() == m_seekTo) {
492 bool MediaPlayerPrivateQuickTimeVisualContext::seeking() const function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext
685 if (seeking())
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp1129 // 2 - If the element's seeking IDL attribute is true, then another instance of this algorithm is
1134 // 3 - Set the seeking IDL attribute to true.
1161 // attribute then set the seeking IDL attribute to false and abort these steps.
1164 // Short circuit seeking to the current time by just firing the events if no seek is required.
1189 // 9 - Queue a task to fire a simple event named seeking at the element.
1226 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
1261 LOG(Media, "HTMLMediaElement::currentTime - seeking, returning %f", m_lastSeekTime);

Completed in 3298 milliseconds