Home
last modified time | relevance | path

Searched refs:m_repaintCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp274 m_repaintCount = 0; in reset()
1797 if (m_repaintCount == cRepaintRectUnionThreshold) { in repaintContentRectangle()
1804 if (m_repaintCount < cRepaintRectUnionThreshold) in repaintContentRectangle()
1808 m_repaintCount++; in repaintContentRectangle()
1926 m_repaintCount = 0; in doDeferredRepaints()
1934 m_repaintCount = 0; in doDeferredRepaints()
DFrameView.h508 unsigned m_repaintCount; variable