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

  /external/webkit/WebCore/platform/graphics/
BitmapImage.h 283 size_t m_frameCount;
  /external/webkit/WebCore/page/
Page.h 134 void incrementFrameCount() { ++m_frameCount; }
135 void decrementFrameCount() { ASSERT(m_frameCount); --m_frameCount; }
136 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; }
282 int m_frameCount;

Completed in 1373 milliseconds