Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1497 bool fullRepaint = wasSelfLayout; in repaintAfterLayoutIfNeeded() local
1499 if (!fullRepaint && style()->borderFit() == BorderFitLines) in repaintAfterLayoutIfNeeded()
1500 fullRepaint = true; in repaintAfterLayoutIfNeeded()
1501 if (!fullRepaint && style()->hasBorderRadius()) { in repaintAfterLayoutIfNeeded()
1506 fullRepaint = oldRoundedRect.radii() != newRoundedRect.radii(); in repaintAfterLayoutIfNeeded()
1508 if (!fullRepaint) { in repaintAfterLayoutIfNeeded()
1513 fullRepaint = true; in repaintAfterLayoutIfNeeded()
1519 if (fullRepaint) { in repaintAfterLayoutIfNeeded()