HomeSort by relevance Sort by last modified time
    Searched refs:cAnimationLoopOnce (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 50 // 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;
BitmapImage.cpp 432 // 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/
GIFImageDecoder.cpp 41 , m_repetitionCount(cAnimationLoopOnce)
102 m_repetitionCount = cAnimationLoopOnce;
GIFImageDecoderTest.cpp 145 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/
WEBPImageDecoderTest.cpp 207 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());
WEBPImageDecoder.cpp 144 , m_repetitionCount(cAnimationLoopOnce)
245 return failed() ? cAnimationLoopOnce : m_repetitionCount;

Completed in 1642 milliseconds