Home | History | Annotate | Download | only in rendering

Lines Matching refs:root

1140     // Do root-relative repaint.
1929 // as we can. If we're in the tree, we'll get the root. If we
1930 // aren't we'll get the root of our little subtree (most likely
2420 // A is the root element.
2588 const WebCore::RenderObject* root = object1;
2589 while (root->parent())
2590 root = root->parent();
2591 root->showRenderTreeAndMark(object1, "*", object2, "-", 0);