Searched refs:SetStartTime (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/gfx/animation/
H A Danimation_container_element.h19 virtual void SetStartTime(base::TimeTicks start_time) = 0;
H A Dslide_animation_unittest.cc19 void SetStartTime(base::TimeTicks ticks) { function in class:gfx::SlideAnimation::TestApi
20 animation_->SetStartTime(ticks);
72 test_api.SetStartTime(base::TimeTicks());
H A Dmulti_animation_unittest.cc21 as_element->SetStartTime(base::TimeTicks());
50 as_element->SetStartTime(base::TimeTicks());
69 as_element->SetStartTime(base::TimeTicks());
85 as_element->SetStartTime(base::TimeTicks());
H A Dlinear_animation.cc52 SetStartTime(start_time() - time_delta);
71 SetStartTime(container()->last_tick_time());
H A Dmulti_animation.cc70 void MultiAnimation::SetStartTime(base::TimeTicks start_time) { function in class:gfx::MultiAnimation
71 Animation::SetStartTime(start_time);
H A Danimation.cc118 void Animation::SetStartTime(base::TimeTicks start_time) { function in class:gfx::Animation
H A Danimation.h84 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
H A Dmulti_animation.h68 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
H A Danimation_container.cc38 element->SetStartTime(last_tick_time_);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h216 void SetStartTime(FX_DWORD dwStartTime) function in class:CJS_Timer
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp347 static void SetStartTime(CBenchInfo &bi) function
732 SetStartTime(encoder.progressInfoSpec[0]->BenchInfo);
785 SetStartTime(encoder.progressInfoSpec[0]->BenchInfo);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayerTest.cpp238 TEST_F(AnimationAnimationPlayerTest, SetStartTime)

Completed in 117 milliseconds