Searched refs:m_frameCount (Results 1 – 10 of 10) sorted by relevance
163 void incrementFrameCount() { ++m_frameCount; } in incrementFrameCount()164 void decrementFrameCount() { ASSERT(m_frameCount); --m_frameCount; } in decrementFrameCount()165 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; } in frameCount()358 int m_frameCount; variable
162 , m_frameCount(0) in Page()950 ASSERT(m_frameCount >= 0); in checkFrameCountConsistency()956 ASSERT(m_frameCount + 1 == frameCount); in checkFrameCountConsistency()
71 , m_frameCount(1) in BitmapImage()91 if (m_frameCount == 1 && m_size.width() == 1 && m_size.height() == 1) in checkForSolidColor()
65 , m_frameCount(0) in BitmapImage()225 m_frameCount = m_source.frameCount(); in frameCount()228 return m_frameCount; in frameCount()
301 size_t m_frameCount;
78 , m_frameCount(1) in BitmapImage()
179 , m_frameCount(1) in BitmapImage()
91 , m_frameCount(1) in BitmapImage()
84 , m_frameCount(1) in BitmapImage()
14061 (WebCore::Page::Page): Initialize m_frameCount to 0.