Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1778 const unsigned cRepaintRectUnionThreshold = 25; variable
1797 if (m_repaintCount == cRepaintRectUnionThreshold) { in repaintContentRectangle()
1799 for (unsigned i = 0; i < cRepaintRectUnionThreshold; ++i) in repaintContentRectangle()
1804 if (m_repaintCount < cRepaintRectUnionThreshold) in repaintContentRectangle()