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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DClock.h39 void setCurrentTime(double);
H A DClockTest.cpp55 clock->setCurrentTime(10.0);
H A DClock.cpp41 void Clock::setCurrentTime(double time) function in class:blink::Clock
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.idl53 void setCurrentTime(float seconds);
H A DSVGSVGElement.h85 void setCurrentTime(float seconds);
H A DSVGSVGElement.cpp594 void SVGSVGElement::setCurrentTime(float seconds) function in class:blink::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.h59 void setCurrentTime(double);
H A DMediaController.cpp160 void MediaController::setCurrentTime(double time) function in class:blink::MediaController
173 m_clock->setCurrentTime(time);
H A DHTMLMediaElement.h135 void setCurrentTime(double, ExceptionState&);
H A DHTMLMediaElement.cpp1844 m_mediaController->setCurrentTime(initialPlaybackPosition);
2110 void HTMLMediaElement::setCurrentTime(double time, ExceptionState& exceptionState) function in class:blink::HTMLMediaElement
3217 m_mediaController->setCurrentTime(time);
3220 setCurrentTime(time, ASSERT_NO_EXCEPTION);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.h75 void setCurrentTime(double newCurrentTime);
H A DAnimationPlayerTest.cpp219 player->setCurrentTime(nullValue());
221 player->setCurrentTime(std::numeric_limits<double>::infinity());
223 player->setCurrentTime(-std::numeric_limits<double>::infinity());
231 player->setCurrentTime(1000);
835 player->setCurrentTime(15 * 1000);
H A DAnimationPlayer.cpp308 void AnimationPlayer::setCurrentTime(double newCurrentTime) function in class:blink::AnimationPlayer
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMovieHeaderBox.java275 public void setCurrentTime(int currentTime) { method in class:MovieHeaderBox
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DMediaControlElements.cpp422 mediaElement().controller()->setCurrentTime(time);
424 mediaElement().setCurrentTime(time, IGNORE_EXCEPTION);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp363 rootElement->setCurrentTime(0);
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 234 milliseconds