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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h285 virtual void simplifiedNormalFlowLayout() OVERRIDE;
H A DRenderBlock.h318 virtual void simplifiedNormalFlowLayout();
H A DRenderObject.cpp703 bool simplifiedNormalFlowLayout = needsSimplifiedNormalFlowLayout() && !selfNeedsLayout() && !normalChildNeedsLayout(); local
724 simplifiedNormalFlowLayout = true;
726 } else if (simplifiedNormalFlowLayout) {
H A DRenderTable.cpp390 void RenderTable::simplifiedNormalFlowLayout() function in class:blink::RenderTable
H A DRenderBlock.cpp1539 void RenderBlock::simplifiedNormalFlowLayout() function in class:blink::RenderBlock
1592 simplifiedNormalFlowLayout();

Completed in 4500 milliseconds