Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderView.cpp222 bool rootFillsViewport = false; in paintBoxDecorations() local
227rootFillsViewport = rootBox && !rootBox->x() && !rootBox->y() && rootBox->width() >= width() && ro… in paintBoxDecorations()
235 if (rootFillsViewport && rendererObscuresBackground(firstChild()) && pageScaleFactor >= 1) in paintBoxDecorations()