Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h60 const int cAnimationLoopInfinite = -1; variable
DBitmapImage.cpp561 …if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) { in internalAdvanceAnimation()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGIFImageDecoderTest.cpp162 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
186 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
211 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
239 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST()
DWEBPImageDecoderTest.cpp241 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST_F()
284 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST_F()
327 EXPECT_EQ(cAnimationLoopInfinite, decoder->repetitionCount()); in TEST_F()
337 { "/LayoutTests/fast/images/resources/webp-animated.webp", 3u, cAnimationLoopInfinite }, in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageReader.cpp607 m_loopCount = WebCore::cAnimationLoopInfinite; in parseData()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp238 m_repetitionCount = cAnimationLoopInfinite; in updateDemuxer()