Searched refs:childRoot (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFrameBase.cpp43 RenderView* childRoot = childFrameView ? static_cast<RenderView*>(childFrameView->frame()->contentRenderer()) : 0; local
46 if (!width() || !height() || !childRoot) {
56 if (childRoot->preferredLogicalWidthsDirty())
57 childRoot->computePreferredLogicalWidths();
72 setWidth(max(width(), childRoot->minPreferredLogicalWidth() + hBorder));
79 if (isScrollable || !fixedHeight || childRoot->isFrameSet())
81 if (isScrollable || !fixedWidth || childRoot->isFrameSet())
87 ASSERT(!childRoot->needsLayout());
88 ASSERT(!childRoot->firstChild() || !childRoot
[all...]

Completed in 139 milliseconds