Searched refs:layoutRoot (Results 1 – 5 of 5) sorted by relevance
103 RenderObject* layoutRoot(bool onlyDuringLayout = false) const;381 void gatherDebugLayoutRects(RenderObject* layoutRoot);
653 RenderObject* FrameView::layoutRoot(bool onlyDuringLayout) const in layoutRoot() function in blink::FrameView997 void FrameView::gatherDebugLayoutRects(RenderObject* layoutRoot) in gatherDebugLayoutRects() argument1003 if (!layoutRoot->enclosingLayer()->hasCompositedLayerMapping()) in gatherDebugLayoutRects()1007 …GraphicsLayer* graphicsLayer = layoutRoot->enclosingLayer()->compositedLayerMapping()->mainGraphic… in gatherDebugLayoutRects()1014 for (RenderObject* renderer = layoutRoot; renderer; renderer = renderer->nextInPreOrder()) { in gatherDebugLayoutRects()
472 RenderObject* root = view()->layoutRoot(); in countObjectsNeedingLayout()
2337 if (view->layoutRoot() == this) { in clearLayoutRootIfNeeded()
1914 if (node() && view()->frameView() && view()->frameView()->layoutRoot(true) == this) in computeLogicalWidth()