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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 301 size_t m_frameCount;
  /external/webkit/Source/WebCore/page/
Page.h 163 void incrementFrameCount() { ++m_frameCount; }
164 void decrementFrameCount() { ASSERT(m_frameCount); --m_frameCount; }
165 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; }
358 int m_frameCount;

Completed in 45 milliseconds