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

  /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;
Page.cpp 144 , m_frameCount(0)
805 ASSERT(m_frameCount >= 0);
811 ASSERT(m_frameCount + 1 == frameCount);
  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 64 , m_frameCount(0)
187 m_frameCount = m_source.frameCount();
189 return m_frameCount;
BitmapImage.h 283 size_t m_frameCount;
  /external/webkit/WebCore/platform/graphics/qt/
ImageQt.cpp 139 , m_frameCount(1)
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 74 , m_frameCount(1)
  /external/webkit/WebCore/platform/graphics/android/
ImageAndroid.cpp 91 , m_frameCount(1)
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 84 , m_frameCount(1)

Completed in 1593 milliseconds