HomeSort by relevance Sort by last modified time
    Searched defs:hasAnimations (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.h 70 bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); }
AnimationControllerPrivate.h 70 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); }
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 297 bool LayerAndroid::hasAnimations() const
300 if (getChild(i)->hasAnimations())
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 87 milliseconds