Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRoot

657     while (layer && !layer->renderer()->isRoot() && !layer->isStackingContext())
659 while (layer && !layer->renderer()->isRenderView() && !layer->renderer()->isRoot() && layer->renderer()->style()->hasAutoZIndex())
2206 if (renderer()->document()->didLayoutWithPendingStylesheets() && !renderer()->isRenderView() && !renderer()->isRoot())
2946 // FIXME: Could eliminate the isRoot() check if we fix background painting so that the RenderView
2948 if (renderer()->isRenderView() || renderer()->isRoot())