HomeSort by relevance Sort by last modified time
    Searched refs:IterationCountInfinite (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSWebKitAnimationCustom.cpp 39 if (count == Animation::IterationCountInfinite)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WebKitAnimationCustom.cpp 44 if (count == Animation::IterationCountInfinite)
  /external/webkit/Source/WebCore/page/
WebKitAnimation.cpp 80 if (iterations == Animation::IterationCountInfinite)
  /external/webkit/Source/WebCore/platform/animation/
Animation.h 93 enum { IterationCountInfinite = -1 };
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 72 if (m_animation->duration() && m_animation->iterationCount() != Animation::IterationCountInfinite)
87 if (m_animation->iterationCount() != Animation::IterationCountInfinite)
  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp     [all...]

Completed in 483 milliseconds