HomeSort by relevance Sort by last modified time
    Searched defs:m_repetitionCount (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.h 88 mutable int m_repetitionCount;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoder.h 96 int m_repetitionCount;
BitmapImage.h 174 int m_repetitionCount; // How many total animation loops we should do. This will be cAnimationNone if this image type is incapable of animation.
DeferredImageDecoderTest.cpp 85 m_repetitionCount = cAnimationNone;
113 return m_repetitionCount;
144 int m_repetitionCount;
262 m_repetitionCount = 10;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.h 83 int m_repetitionCount;

Completed in 113 milliseconds