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

/external/webkit/WebCore/svg/
H A DSVGSVGElement.cpp520 void SVGSVGElement::setCurrentTime(float /* seconds */) function in class:WebCore::SVGSVGElement
/external/webkit/WebKit/win/
H A DFullscreenVideoController.cpp273 void FullscreenVideoController::setCurrentTime(float value) function in class:FullscreenVideoController
277 m_mediaElement->setCurrentTime(value, ec);
541 setCurrentTime(m_timeSlider.value() * duration());
562 setCurrentTime(m_timeSlider.value() * duration());
/external/webkit/WebCore/html/
H A DHTMLMediaElement.cpp920 setCurrentTime(max(currentTime() - timeDelta, minTimeSeekable()), e);
926 setCurrentTime(maxTimeSeekable(), e);
1027 void HTMLMediaElement::setCurrentTime(float time, ExceptionCode& ec) function in class:WebCore::HTMLMediaElement
/external/webkit/WebCore/platform/graphics/win/
H A DQTMovieWin.cpp278 m_movieWin->setCurrentTime(m_timeToRestore);
535 void QTMovieWin::setCurrentTime(float time) const function in class:QTMovieWin

Completed in 256 milliseconds