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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 52 // and translates an explicit "0" loop count to cAnimationLoopInfinite, then we
60 const int cAnimationLoopInfinite = -1;
BitmapImage.cpp 561 if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp 162 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
186 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
211 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
239 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
WEBPImageDecoderTest.cpp 241 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
284 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
327 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
337 { "/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite },
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 607 m_loopCount = WebCore::cAnimationLoopInfinite;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 238 m_repetitionCount = cAnimationLoopInfinite;

Completed in 5670 milliseconds