Searched refs:cAnimationLoopInfinite (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageSource.h | 60 const int cAnimationLoopInfinite = -1; variable
|
D | BitmapImage.cpp | 561 …if (repetitionCount(true) != cAnimationLoopInfinite && m_repetitionsComplete > m_repetitionCount) { in internalAdvanceAnimation()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GIFImageDecoderTest.cpp | 162 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()
|
D | WEBPImageDecoderTest.cpp | 241 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/ |
D | GIFImageReader.cpp | 607 m_loopCount = WebCore::cAnimationLoopInfinite; in parseData()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
D | WEBPImageDecoder.cpp | 238 m_repetitionCount = cAnimationLoopInfinite; in updateDemuxer()
|