Searched refs:cAnimationLoopInfinite (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.h51 // and translates an explicit "0" loop count to cAnimationLoopInfinite, then we
59 const int cAnimationLoopInfinite = -1; member in namespace:blink
H A DBitmapImage.cpp599 if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoderTest.cpp161 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());
H A DGIFImageReader.cpp607 m_loopCount = blink::cAnimationLoopInfinite;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp322 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 370 milliseconds