Searched refs:layoutRoot (Results 1 – 8 of 8) sorted by relevance
95 RenderObject* layoutRoot(bool onlyDuringLayout = false) const;
782 RenderObject* FrameView::layoutRoot(bool onlyDuringLayout) const in layoutRoot() function in WebCore::FrameView
232 …ASSERT(!node() || documentBeingDestroyed() || !frame()->view() || frame()->view()->layoutRoot() !=… in ~RenderObject()
1561 if (node() && view()->frameView() && view()->frameView()->layoutRoot(true) == this) in computeLogicalWidth()
46985 (WebCore::FrameView::layoutRoot): Added. During subtree relayout, returns51187 at d->layoutRoot if it's non-zero and allowSubtree is true.51189 normal relayout by clearing d->layoutRoot and propagating needsLayout to the
10015 (WebCore::FrameView::layoutRoot):69547 (WebCore::FrameView::layoutRoot): Added a parameter to let this method72067 (WebCore::FrameView::layoutRoot): Changed to return a RenderObject
53466 (WebCore::FrameView::layoutRoot):
17957 Stale reference to RenderObject held as FrameView layoutRoot