HomeSort by relevance Sort by last modified time
    Searched refs:setStartTime (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorAnimation.h 50 virtual void setStartTime(double monotonicTime) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h 65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); }
SpeechSynthesis.cpp 104 utterance->setStartTime(monotonicallyIncreasingTime());
  /external/chromium_org/cc/blink/
web_animation_impl.h 39 virtual void setStartTime(double monotonic_time);
web_animation_unittest.cc 35 animation->setStartTime(2);
web_animation_impl.cc 102 void WebCompositorAnimationImpl::setStartTime(double monotonic_time) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptGCEvent.h 72 void setStartTime(double startTime) { m_startTime = startTime; }
ScriptGCEvent.cpp 91 gcEventData->setStartTime(WTF::monotonicallyIncreasingTime());
  /external/emma/lib/internal/
stamptool.jar 
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 66 void setStartTime(double);
TextTrackCue.cpp 92 void TextTrackCue::setStartTime(double value)
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 69 void setStartTime(double startTime) { m_startTime = startTime; }
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 117 void setStartTime(double);
CompositorAnimationsTestHelper.h 86 MOCK_METHOD1(setStartTime, void(double));
AnimationPlayerTest.cpp 61 player->setStartTime(0);
238 TEST_F(AnimationAnimationPlayerTest, SetStartTime)
244 player->setStartTime(10 * 1000);
251 player->setStartTime(-20 * 1000);
257 player->setStartTime(-50 * 1000);
262 player->setStartTime(-100 * 1000);
271 player->setStartTime(-10 * 1000);
275 player->setStartTime(-40 * 1000);
637 player->setStartTime(0);
699 player->setStartTime(0)
    [all...]
AnimationTimelineTest.cpp 245 player->setStartTime(0);
CompositorAnimations.cpp 454 animation->setStartTime(startTime);
AnimationPlayer.cpp 319 void AnimationPlayer::setStartTime(double startTime)
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 377 animation.setStartTime(currentTime);
597 animation.setStartTime(0);
605 animation.setStartTime(0);
632 myAnimation.setStartTime(1000);
AnimationSetTest.java 268 children.get(i).setStartTime(originChildStartTime[i]);
275 animationSet.setStartTime(startTime);
371 animationSet.setStartTime(startTime);
LayoutAnimationControllerTest.java 411 animation.setStartTime(500);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.cpp 53 .setStartTime(startTime);
68 .setStartTime(startTime);
InspectorProfilerAgent.cpp 60 .setStartTime(scriptProfile.startTime())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 209 animation.setStartTime(1L);
    [all...]

Completed in 844 milliseconds

1 2