Home
last modified time | relevance | path

Searched refs:hasAnimations (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DCompositeAnimation.h70 …bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); } in hasAnimations() function
DAnimationControllerPrivate.h70 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); } in hasAnimations() function
DCompositeAnimation.cpp198 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations()) in updateKeyframeAnimations()
205 …if (currentStyle && currentStyle->hasAnimations() && targetStyle->hasAnimations() && *(currentStyl… in updateKeyframeAnimations()
DAnimationController.cpp95 if (!compAnim->suspended() && compAnim->hasAnimations()) { in updateAnimationTimer()
467 if (!m_data->hasAnimations()) in cancelAnimations()
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceCollection.cpp229 return m_compositedRoot->hasAnimations(); in hasCompositedAnimations()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.h195 bool hasAnimations() const;
DLayerAndroid.cpp228 bool LayerAndroid::hasAnimations() const in hasAnimations() function in WebCore::LayerAndroid
231 if (getChild(i)->hasAnimations()) in hasAnimations()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1308 …RefPtr<TimingFunction> tf = keyframeStyle->hasAnimations() ? (*keyframeStyle->animations()).animat… in paintIntoLayer()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h755 …bool hasAnimations() const { return rareNonInheritedData->m_animations && rareNonInheritedData->m_… in hasAnimations() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1622675 (WebCore::CompositeAnimation::hasAnimations):
42983 (WebCore::AnimationControllerPrivate::hasAnimations):
51362 (WebCore::CompositeAnimationPrivate::hasAnimations):
51378 (WebCore::CompositeAnimation::hasAnimations):