Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.cpp537 bool rootFillsViewport = false; in paintBoxDecorations() local
543rootFillsViewport = rootBox && !rootBox->x() && !rootBox->y() && rootBox->width() >= width() && ro… in paintBoxDecorations()
551 if (rootFillsViewport && rootObscuresBackground && pageScaleFactor >= 1) in paintBoxDecorations()