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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 289 , m_loopCount(cLoopCountNotSeen)
312 int loopCount() const { return m_loopCount; }
355 int m_loopCount; // Netscape specific extension block to control the number of animation loops a GIF renders.
GIFImageReader.cpp 603 m_loopCount = GETINT16(currentComponent + 1);
606 if (!m_loopCount)
607 m_loopCount = blink::cAnimationLoopInfinite;

Completed in 789 milliseconds