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

/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.cpp150 void FullscreenVideoController::setCurrentTime(float value) function in class:FullscreenVideoController
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp559 void SVGSVGElement::setCurrentTime(float /* seconds */) function in class:WebCore::SVGSVGElement
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
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/platform/graphics/win/
H A DQTMovie.cpp195 m_movieWin->setCurrentTime(m_timeToRestore);
370 void QTMovie::setCurrentTime(float time) const function in class:QTMovie
/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());
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp1087 setCurrentTime(max(currentTime() - timeDelta, minTimeSeekable()), e);
1094 setCurrentTime(maxTimeSeekable(), e);
1304 void HTMLMediaElement::setCurrentTime(float time, ExceptionCode& ec) function in class:WebCore::HTMLMediaElement
/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 207 milliseconds