Searched defs:rootForThisLayout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp103 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorLayoutEvent::endData(RenderObject* rootForThisLayout) argument
106 rootForThisLayout->absoluteQuads(quads);
111 setGeneratingNodeInfo(value.get(), rootForThisLayout, "rootNode");
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp724 void FrameView::performLayout(RenderObject* rootForThisLayout, bool inSubtreeLayout) argument
739 LayoutState layoutState(*rootForThisLayout);
744 rootForThisLayout->layout();
745 gatherDebugLayoutRects(rootForThisLayout);
823 RenderObject* rootForThisLayout = inSubtreeLayout ? m_layoutSubtreeRoot : document->renderView(); local
824 if (!rootForThisLayout) {
866 m_lastZoomFactor = rootForThisLayout->style()->zoom();
899 layer = rootForThisLayout->enclosingLayer();
901 performLayout(rootForThisLayout, inSubtreeLayout);
907 if (RenderObject* container = rootForThisLayout
[all...]

Completed in 456 milliseconds