Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoderTest.cpp161 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
185 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
210 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
238 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
338 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
DGIFImageReader.cpp607 m_loopCount = blink::cAnimationLoopInfinite; in parseData()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h59 const int cAnimationLoopInfinite = -1; variable
DBitmapImage.cpp599 …if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) { in internalAdvanceAnimation()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoderTest.cpp322 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
365 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
408 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
413 …eByByteDecode("/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite); in TEST()