Home
last modified time | relevance | path

Searched refs:SubtreeLayoutScope (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DSubtreeLayoutScope.cpp39 SubtreeLayoutScope::SubtreeLayoutScope(RenderObject* root) in SubtreeLayoutScope() function in WebCore::SubtreeLayoutScope
45 SubtreeLayoutScope::~SubtreeLayoutScope() in ~SubtreeLayoutScope()
61 void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant) in setNeedsLayout()
67 void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant) in setChildNeedsLayout()
73 void SubtreeLayoutScope::addRendererToLayout(RenderObject* renderer) in addRendererToLayout()
DSubtreeLayoutScope.h49 class SubtreeLayoutScope {
51 SubtreeLayoutScope(RenderObject* root);
52 ~SubtreeLayoutScope();
DRenderTableCell.h39 class SubtreeLayoutScope; variable
109 void setCellLogicalWidth(int constrainedLogicalWidth, SubtreeLayoutScope&);
139 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
DRenderFieldset.h42 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
DRenderTextControlMultiLine.h49 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
DRenderRubyRun.h55 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
DRenderMultiColumnBlock.h54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderTextControlMultiLine.cpp91 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
DRenderTextControl.h64 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
DRenderBlock.h150 virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) OVERRIDE FINAL;
393 void dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope&);
401 void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&);
520 …virtual RenderObject* layoutSpecialExcludedChild(bool /*relayoutChildren*/, SubtreeLayoutScope&) {… in layoutSpecialExcludedChild() argument
DRenderMultiColumnBlock.cpp149 …ultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
DRenderObject.h621 …gBlocksForLayout(bool scheduleRelayout = true, RenderObject* newRoot = 0, SubtreeLayoutScope* = 0);
622 void setNeedsLayout(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
624 void setChildNeedsLayout(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
1262 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) in setNeedsLayout()
1295 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layo… in setChildNeedsLayout()
DRenderFieldset.cpp63 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument
DRenderTextControl.cpp287 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
DRenderRubyRun.cpp218 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild()
DRenderTableRow.cpp172 SubtreeLayoutScope layouter(child); in layout()
DRenderDeprecatedFlexibleBox.cpp377 SubtreeLayoutScope layoutScope(child); in layoutHorizontalBox()
445 SubtreeLayoutScope layoutScope(child); in layoutHorizontalBox()
676 SubtreeLayoutScope layoutScope(child); in layoutVerticalBox()
DRenderBlockFlow.cpp297 SubtreeLayoutScope layoutScope(this); in layoutBlock()
437 SubtreeLayoutScope layoutScope(child); in layoutBlockChild()
471 SubtreeLayoutScope layoutScope(child); in layoutBlockChild()
559 SubtreeLayoutScope layoutScope(child); in adjustBlockChildForPagination()
765 …Children(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope& layoutScope) in layoutBlockChildren()
2202 SubtreeLayoutScope layoutScope(childBox); in positionNewFloats()
DRenderTextControlSingleLine.cpp99 SubtreeLayoutScope layoutScope(this); in layout()
DRenderTableCell.cpp177 void RenderTableCell::computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope& layouter) in computeIntrinsicPadding()
222 void RenderTableCell::setCellLogicalWidth(int tableLayoutLogicalWidth, SubtreeLayoutScope& layouter) in setCellLogicalWidth()
254 SubtreeLayoutScope layouter(this); in layout()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h33 class SubtreeLayoutScope; variable
76 void invalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope*);
DSVGElement.h38 class SubtreeLayoutScope; variable
144 void invalidateRelativeLengthClients(SubtreeLayoutScope* = 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.h49 void invalidateCacheAndMarkForLayout(SubtreeLayoutScope* = 0);
DRenderSVGResourceContainer.cpp200 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout()
DSVGRenderSupport.cpp243 SubtreeLayoutScope layoutScope(child); in layoutChildren()

12