Searched defs:layoutScope (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnBlock.cpp149 RenderObject* RenderMultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
173 layoutScope.setChildNeedsLayout(m_flowThread);
H A DRenderTextControlMultiLine.cpp91 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
93 RenderObject* placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope);
H A DRenderRubyRun.cpp218 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
225 layoutScope.setChildNeedsLayout(rt);
H A DRenderTextControl.cpp287 RenderObject* RenderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
294 layoutScope.setChildNeedsLayout(placeholderRenderer);
H A DRenderBlockFlow.cpp297 SubtreeLayoutScope layoutScope(this);
307 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom, layoutScope);
437 SubtreeLayoutScope layoutScope(child);
439 child->markForPaginationRelayoutIfNeeded(layoutScope);
471 SubtreeLayoutScope layoutScope(child);
477 layoutScope.setChildNeedsLayout(child);
484 child->markForPaginationRelayoutIfNeeded(layoutScope);
559 SubtreeLayoutScope layoutScope(child);
565 child->markForPaginationRelayoutIfNeeded(layoutScope);
765 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope& layoutScope) argument
[all...]
H A DRenderBlock.cpp1791 void RenderBlock::markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope& layoutScope) argument
1812 layoutScope.setChildNeedsLayout(child);
1817 layoutScope.setChildNeedsLayout(child);
1850 SubtreeLayoutScope layoutScope(r);
1854 markFixedPositionObjectForLayoutIfNeeded(r, layoutScope);
1865 layoutScope.setChildNeedsLayout(r);
1872 r->markForPaginationRelayoutIfNeeded(layoutScope);
1915 void RenderBlock::markForPaginationRelayoutIfNeeded(SubtreeLayoutScope& layoutScope) argument
1922 layoutScope.setChildNeedsLayout(this);
2862 void RenderBlock::dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope& layoutScope) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceContainer.cpp200 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) argument
205 setNeedsLayout(MarkContainingBlockChain, layoutScope);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp507 void SVGElement::invalidateRelativeLengthClients(SubtreeLayoutScope* layoutScope) argument
520 toRenderSVGResourceContainer(renderer)->invalidateCacheAndMarkForLayout(layoutScope);
522 renderer->setNeedsLayout(MarkContainingBlockChain, layoutScope);
528 (*it)->invalidateRelativeLengthClients(layoutScope);

Completed in 259 milliseconds