Home
last modified time | relevance | path

Searched refs:layoutRoot (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h103 RenderObject* layoutRoot(bool onlyDuringLayout = false) const;
381 void gatherDebugLayoutRects(RenderObject* layoutRoot);
DFrameView.cpp653 RenderObject* FrameView::layoutRoot(bool onlyDuringLayout) const in layoutRoot() function in blink::FrameView
997 void FrameView::gatherDebugLayoutRects(RenderObject* layoutRoot) in gatherDebugLayoutRects() argument
1003 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()
DLocalFrame.cpp472 RenderObject* root = view()->layoutRoot(); in countObjectsNeedingLayout()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2337 if (view->layoutRoot() == this) { in clearLayoutRootIfNeeded()
DRenderBox.cpp1914 if (node() && view()->frameView() && view()->frameView()->layoutRoot(true) == this) in computeLogicalWidth()