Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasBackground

578     if (!style()->hasBackground() && node() && node()->hasTagName(HTMLNames::htmlTag)) {
646 if (!isBody() || document()->documentElement()->renderer()->style()->hasBackground())
793 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->style()->hasBackground()));