Searched refs:m_repaintCount (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h333 int repaintCount() const { return m_repaintCount; }
334 int incrementRepaintCount() { return ++m_repaintCount; }
426 int m_repaintCount; member in class:WebCore::GraphicsLayer
H A DGraphicsLayer.cpp83 , m_repaintCount(0)
/external/webkit/Source/WebCore/page/
H A DFrameView.h409 unsigned m_repaintCount; member in class:WebCore::FrameView
H A DFrameView.cpp232 m_repaintCount = 0;
1551 if (m_repaintCount == cRepaintRectUnionThreshold) {
1558 if (m_repaintCount < cRepaintRectUnionThreshold)
1562 m_repaintCount++;
1658 m_repaintCount = 0;
1672 m_repaintCount = 0;

Completed in 101 milliseconds