Searched refs:cAnimationLoopOnce (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.h50 // GIF decoder defaults to cAnimationLoopOnce in the absence of any loop count
53 // * By making cAnimationLoopOnce be 0, we allow the animation cycling code in
58 const int cAnimationLoopOnce = 0; member in namespace:blink
H A DBitmapImage.cpp432 // decoder will default to cAnimationLoopOnce, and we'll try and read
464 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1))
597 // Note that we don't need to special-case cAnimationLoopOnce here
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp41 , m_repetitionCount(cAnimationLoopOnce)
102 m_repetitionCount = cAnimationLoopOnce;
H A DGIFImageDecoderTest.cpp145 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
171 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
283 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoderTest.cpp207 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
286 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
328 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
371 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
474 EXPECT_EQ(cAnimationLoopOnce, decoder->repetitionCount());
H A DWEBPImageDecoder.cpp144 , m_repetitionCount(cAnimationLoopOnce)
245 return failed() ? cAnimationLoopOnce : m_repetitionCount;

Completed in 817 milliseconds