Home | History | Annotate | Download | only in rendering

Lines Matching refs:root

78             RenderView* root = view ? view->frame()->contentRenderer() : NULL;
79 if (root && style()->visibility() != HIDDEN) {
87 setWidth(max(width(), root->minPrefWidth()) + extraWidth);
101 } while (view->layoutPending() || root->needsLayout());
122 ASSERT(!root->needsLayout());
124 RenderObject* c = root->nextInPreOrder();
152 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer());
153 if (!root)
165 setWidth(max(width(), root->minPrefWidth()) + extraWidth);
173 } while (view->layoutPending() || root->needsLayout());
186 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer());
187 if (!root)
199 } while (view->layoutPending() || root->needsLayout());