Searched refs:setCurrentTime (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.h66 void setCurrentTime(float);
H A DFullscreenVideoControllerEfl.cpp150 void FullscreenVideoController::setCurrentTime(float value) function in class:FullscreenVideoController
/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovie.h88 void setCurrentTime(float) const;
H A DQTMovie.cpp195 m_movieWin->setCurrentTime(m_timeToRestore);
370 void QTMovie::setCurrentTime(float time) const function in class:QTMovie
H A DMediaPlayerPrivateQuickTimeWin.cpp315 m_qtMovie->setCurrentTime(m_seekTo);
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp450 m_movie->setCurrentTime(m_seekTo);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.h68 void setCurrentTime(float);
H A DFullscreenVideoController.cpp442 void FullscreenVideoController::setCurrentTime(float value) function in class:FullscreenVideoController
446 m_mediaElement->setCurrentTime(value, ec);
473 setCurrentTime(gtk_range_get_value(GTK_RANGE(m_timeHScale))*duration() / 100);
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.idl64 void setCurrentTime(in float seconds);
H A DSVGSVGElement.h97 void setCurrentTime(float seconds);
H A DSVGSVGElement.cpp559 void SVGSVGElement::setCurrentTime(float /* seconds */) function in class:WebCore::SVGSVGElement
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp354 void FullscreenVideoController::setCurrentTime(float value) function in class:FullscreenVideoController
358 m_mediaElement->setCurrentTime(value, ec);
638 setCurrentTime(m_timeSlider.value() * duration());
659 setCurrentTime(m_timeSlider.value() * duration());
H A DFullscreenVideoController.h129 void setCurrentTime(float);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenHUDWindowController.mm52 - (void)setCurrentTime:(float)currentTime;
460 [self setCurrentTime:[_timeline floatValue]];
476 - (void)setCurrentTime:(float)currentTime
481 [_delegate mediaElement]->setCurrentTime(currentTime, e);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMovieHeaderBox.java275 public void setCurrentTime(int currentTime) { method in class:MovieHeaderBox
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m296 [_movie setCurrentTime:QTMakeTimeWithTimeInterval(newTime)];
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h108 void setCurrentTime(float, ExceptionCode&);
H A DHTMLMediaElement.cpp1090 setCurrentTime(max(currentTime() - timeDelta, minTimeSeekable()), e);
1097 setCurrentTime(maxTimeSeekable(), e);
1307 void HTMLMediaElement::setCurrentTime(float time, ExceptionCode& ec) function in class:WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/html/shadow/
H A DMediaControlElements.cpp463 mediaElement()->setCurrentTime(mediaElement()->currentTime() + stepTime, ec);
478 mediaElement()->setCurrentTime(mediaElement()->currentTime() + seekTime, ec);
676 mediaElement()->setCurrentTime(time, ec);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1527 setCurrentTime(1);
1598 setCurrentTime(1);
1671 newAnim->setCurrentTime(0);
1676 newAnim->setCurrentTime(timeOffset * 1000);
1730 anim->setCurrentTime(timeOffset * 1000);
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm809 // setCurrentTime generates several event callbacks, update afterwards
815 [m_qtMovie.get() setCurrentTime:qttime];
1102 // Disable event callbacks from setCurrentTime for restoring time in a recreated video
1104 [m_qtMovie.get() setCurrentTime:qttime];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 622 milliseconds