Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DSubtreeLayoutScope.cpp39 SubtreeLayoutScope::SubtreeLayoutScope(RenderObject& root) in SubtreeLayoutScope() function in blink::SubtreeLayoutScope
45 SubtreeLayoutScope::~SubtreeLayoutScope() in ~SubtreeLayoutScope()
55 void SubtreeLayoutScope::setNeedsLayout(RenderObject* descendant) in setNeedsLayout()
61 void SubtreeLayoutScope::setChildNeedsLayout(RenderObject* descendant) in setChildNeedsLayout()
67 void SubtreeLayoutScope::addRendererToLayout(RenderObject* renderer) in addRendererToLayout()
DSubtreeLayoutScope.h49 class SubtreeLayoutScope {
51 SubtreeLayoutScope(RenderObject& root);
52 ~SubtreeLayoutScope();
DRenderTableCell.h40 class SubtreeLayoutScope; variable
113 void setCellLogicalWidth(int constrainedLogicalWidth, SubtreeLayoutScope&);
141 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
DRenderFieldset.h42 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderTextControlMultiLine.h49 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderRubyRun.h54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderMultiColumnFlowThread.h122 void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
DRenderTextControlMultiLine.cpp89 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
DRenderObject.h657 …gBlocksForLayout(bool scheduleRelayout = true, RenderObject* newRoot = 0, SubtreeLayoutScope* = 0);
658 void setNeedsLayout(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
659 …ayoutAndFullPaintInvalidation(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
661 void setChildNeedsLayout(MarkingBehavior = MarkContainingBlockChain, SubtreeLayoutScope* = 0);
1392 inline void RenderObject::setNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layouter) in setNeedsLayout()
1408 …::setNeedsLayoutAndFullPaintInvalidation(MarkingBehavior markParents, SubtreeLayoutScope* layouter) in setNeedsLayoutAndFullPaintInvalidation()
1431 inline void RenderObject::setChildNeedsLayout(MarkingBehavior markParents, SubtreeLayoutScope* layo… in setChildNeedsLayout()
DRenderTextControl.h65 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderBlock.h147 virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) OVERRIDE FINAL;
263 void dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope&);
275 void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&);
DRenderSliderContainer.cpp117 SubtreeLayoutScope layoutScope(*this); in layout()
DRenderBlockFlow.h227 … virtual RenderObject* layoutSpecialExcludedChild(bool /*relayoutChildren*/, SubtreeLayoutScope&);
235 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, SubtreeLayoutScope&);
236 …void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutUnit beforeEdge, Layout…
DRenderTableRow.cpp173 SubtreeLayoutScope layouter(*cell); in layout()
DRenderFieldset.cpp66 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument
DRenderMultiColumnFlowThread.cpp148 void RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutSc… in layoutColumns()
DRenderRubyRun.cpp200 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild()
DRenderTextControl.cpp292 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
DRenderBlockFlow.cpp187 RenderObject* RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope in layoutSpecialExcludedChild()
353 SubtreeLayoutScope layoutScope(*this); in layoutBlock()
393 …outBlockFlow(bool relayoutChildren, LayoutUnit &pageLogicalHeight, SubtreeLayoutScope& layoutScope) in layoutBlockFlow()
596 SubtreeLayoutScope layoutScope(*child); in layoutBlockChild()
628 SubtreeLayoutScope layoutScope(*child); in layoutBlockChild()
710 SubtreeLayoutScope layoutScope(*child); in adjustBlockChildForPagination()
1027 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope& layoutScope, L… in layoutBlockChildren()
2430 SubtreeLayoutScope layoutScope(*childBox); in positionNewFloats()
DRenderDeprecatedFlexibleBox.cpp361 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox()
429 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox()
660 SubtreeLayoutScope layoutScope(*child); in layoutVerticalBox()
DRenderTextControlSingleLine.cpp95 SubtreeLayoutScope layoutScope(*this); in layout()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h35 class SubtreeLayoutScope; variable
71 void invalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope*);
DSVGElement.h40 class SubtreeLayoutScope; variable
150 void invalidateRelativeLengthClients(SubtreeLayoutScope* = 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.h49 void invalidateCacheAndMarkForLayout(SubtreeLayoutScope* = 0);
DRenderSVGResourceContainer.cpp193 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout()

123