Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasBackground

90         && !documentElementRenderer->hasBackground()
1106 if (!style->hasBackground() || !style->hasBorder() || !style->hasBorderRadius() || borderImageIsLoadedAndCanBeRendered())
1198 ASSERT(hasBackground());
1307 if (!hasBackground())
1495 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->hasBackground()));