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

  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 128 // and translates an explicit "0" loop count to cAnimationLoopInfinite, then we
136 const int cAnimationLoopInfinite = -1;
BitmapImage.cpp 450 if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) {
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 256 result = cAnimationLoopInfinite;
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 694 loop_count = WebCore::cAnimationLoopInfinite;

Completed in 65 milliseconds