Searched refs:m_frameCount (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/page/
H A DPage.h134 void incrementFrameCount() { ++m_frameCount; }
135 void decrementFrameCount() { ASSERT(m_frameCount); --m_frameCount; }
136 int frameCount() const { checkFrameCountConsistency(); return m_frameCount; }
282 int m_frameCount; member in class:WebCore::Page
H A DPage.cpp144 , m_frameCount(0)
805 ASSERT(m_frameCount >= 0);
811 ASSERT(m_frameCount + 1 == frameCount);
/external/webkit/WebCore/platform/graphics/
H A DBitmapImage.cpp64 , m_frameCount(0)
187 m_frameCount = m_source.frameCount();
189 return m_frameCount;
H A DBitmapImage.h283 size_t m_frameCount; member in class:WebCore::BitmapImage
/external/webkit/WebCore/platform/graphics/qt/
H A DImageQt.cpp139 , m_frameCount(1)
/external/webkit/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp74 , m_frameCount(1)
/external/webkit/WebCore/platform/graphics/android/
H A DImageAndroid.cpp91 , m_frameCount(1)
/external/webkit/WebCore/platform/graphics/cg/
H A DImageCG.cpp84 , m_frameCount(1)

Completed in 89 milliseconds