Home
last modified time | relevance | path

Searched defs:timeOffset (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
DWebAnimationProvider.cpp119 WebAnimations WebAnimationProvider::startAnimation(double timeOffset, const CSSAnimationData* anim,… in startAnimation()
165 WebAnimations WebAnimationProvider::startTransition(double timeOffset, CSSPropertyID property, cons… in startTransition()
202 …ntSize& boxSize, const CSSAnimationData* animation, const String& animationName, double timeOffset) in createWebAnimationAndStoreId()
/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java78 float timeOffset = timeSinceTriggered; in open() local
117 float timeOffset = timeSinceTriggered - mStayOpenTime; in close() local
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DImplicitAnimation.cpp105 void ImplicitAnimation::startAnimation(double timeOffset) in startAnimation()
111 void ImplicitAnimation::pauseAnimation(double timeOffset) in pauseAnimation()
DKeyframeAnimation.cpp238 void KeyframeAnimation::startAnimation(double timeOffset) in startAnimation()
244 void KeyframeAnimation::pauseAnimation(double timeOffset) in pauseAnimation()
DAnimationBase.cpp179 double timeOffset = 0; in updateStateMachine() local
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_animation_impl.cc81 double WebAnimationImpl::timeOffset() const { in timeOffset() function in webkit::WebAnimationImpl
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
DAnimationTranslationUtil.cpp231 …ist& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curv… in createWebAnimation()
329 …ueList& values, const CSSAnimationData* animation, int animationId, double timeOffset, const Float… in createWebAnimation()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java69 protected float timeOffset = 0; field in AudioNode
445 public void setTimeOffset(float timeOffset) { in setTimeOffset()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1992 bool CompositedLayerMapping::startAnimation(double timeOffset, const CSSAnimationData* anim, const … in startAnimation()
2030 void CompositedLayerMapping::animationPaused(double timeOffset, const String& animationName) in animationPaused()
2044 bool CompositedLayerMapping::startTransition(double timeOffset, CSSPropertyID property, const Rende… in startTransition()
2081 void CompositedLayerMapping::transitionPaused(double timeOffset, CSSPropertyID property) in transitionPaused()
DRenderBoxModelObject.cpp103 bool RenderBoxModelObject::startTransition(double timeOffset, CSSPropertyID propertyId, const Rende… in startTransition()
110 void RenderBoxModelObject::transitionPaused(double timeOffset, CSSPropertyID propertyId) in transitionPaused()
124 bool RenderBoxModelObject::startAnimation(double timeOffset, const CSSAnimationData* animation, con… in startAnimation()
131 void RenderBoxModelObject::animationPaused(double timeOffset, const String& name) in animationPaused()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp1078 void GraphicsLayer::pauseAnimation(int animationId, double timeOffset) in pauseAnimation()