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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h103 RenderObject* layoutRoot(bool onlyDuringLayout = false) const;
381 void gatherDebugLayoutRects(RenderObject* layoutRoot);
H A DFrameView.cpp653 RenderObject* FrameView::layoutRoot(bool onlyDuringLayout) const function in class:blink::FrameView
997 void FrameView::gatherDebugLayoutRects(RenderObject* layoutRoot) argument
1003 if (!layoutRoot->enclosingLayer()->hasCompositedLayerMapping())
1007 GraphicsLayer* graphicsLayer = layoutRoot->enclosingLayer()->compositedLayerMapping()->mainGraphicsLayer();
1014 for (RenderObject* renderer = layoutRoot; renderer; renderer = renderer->nextInPreOrder()) {
H A DLocalFrame.cpp472 RenderObject* root = view()->layoutRoot();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2337 if (view->layoutRoot() == this) {
H A DRenderBox.cpp1914 if (node() && view()->frameView() && view()->frameView()->layoutRoot(true) == this)

Completed in 539 milliseconds