Home
last modified time | relevance | path

Searched defs:hasAnimations (Results 1 – 4 of 4) 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
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp230 bool LayerAndroid::hasAnimations() const in hasAnimations() function in WebCore::LayerAndroid
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h755 …bool hasAnimations() const { return rareNonInheritedData->m_animations && rareNonInheritedData->m_… in hasAnimations() function