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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 51 // and translates an explicit "0" loop count to cAnimationLoopInfinite, then we
59 const int cAnimationLoopInfinite = -1;
BitmapImage.cpp 599 if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 161 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
185 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
210 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
238 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
338 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
GIFImageReader.cpp 607 m_loopCount = blink::cAnimationLoopInfinite;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 322 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
365 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
408 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount());
413 testByteByByteDecode("/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite);

Completed in 532 milliseconds