HomeSort by relevance Sort by last modified time
    Searched refs:setCurrentTime (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h 66 void setCurrentTime(float);
FullscreenVideoControllerEfl.cpp 150 void FullscreenVideoController::setCurrentTime(float value)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h 88 void setCurrentTime(float) const;
QTMovie.cpp 195 m_movieWin->setCurrentTime(m_timeToRestore);
370 void QTMovie::setCurrentTime(float time) const
MediaPlayerPrivateQuickTimeWin.cpp 315 m_qtMovie->setCurrentTime(m_seekTo);
MediaPlayerPrivateQuickTimeVisualContext.cpp 450 m_movie->setCurrentTime(m_seekTo);
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.h 68 void setCurrentTime(float);
FullscreenVideoController.cpp 442 void FullscreenVideoController::setCurrentTime(float value)
446 m_mediaElement->setCurrentTime(value, ec);
473 setCurrentTime(gtk_range_get_value(GTK_RANGE(m_timeHScale))*duration() / 100);
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.idl 64 void setCurrentTime(in float seconds);
SVGSVGElement.h 97 void setCurrentTime(float seconds);
SVGSVGElement.cpp 559 void SVGSVGElement::setCurrentTime(float /* seconds */)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 354 void FullscreenVideoController::setCurrentTime(float value)
358 m_mediaElement->setCurrentTime(value, ec);
638 setCurrentTime(m_timeSlider.value() * duration());
659 setCurrentTime(m_timeSlider.value() * duration());
FullscreenVideoController.h 129 void setCurrentTime(float);
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 52 - (void)setCurrentTime:(float)currentTime;
460 [self setCurrentTime:[_timeline floatValue]];
476 - (void)setCurrentTime:(float)currentTime
481 [_delegate mediaElement]->setCurrentTime(currentTime, e);
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 108 void setCurrentTime(float, ExceptionCode&);
HTMLMediaElement.cpp     [all...]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 296 [_movie setCurrentTime:QTMakeTimeWithTimeInterval(newTime)];
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.cpp 463 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/
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 809 // setCurrentTime generates several event callbacks, update afterwards
815 [m_qtMovie.get() setCurrentTime:qttime];
    [all...]

Completed in 322 milliseconds