/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | SubtreeLayoutScope.cpp | 39 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()
|
D | SubtreeLayoutScope.h | 49 class SubtreeLayoutScope { 51 SubtreeLayoutScope(RenderObject& root); 52 ~SubtreeLayoutScope();
|
D | RenderTableCell.h | 40 class SubtreeLayoutScope; variable 113 void setCellLogicalWidth(int constrainedLogicalWidth, SubtreeLayoutScope&); 141 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
|
D | RenderFieldset.h | 42 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderTextControlMultiLine.h | 49 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderRubyRun.h | 54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderMultiColumnFlowThread.h | 122 void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderTextControlMultiLine.cpp | 89 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
|
D | RenderObject.h | 657 …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()
|
D | RenderTextControl.h | 65 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderBlock.h | 147 virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) OVERRIDE FINAL; 263 void dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope&); 275 void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&);
|
D | RenderSliderContainer.cpp | 117 SubtreeLayoutScope layoutScope(*this); in layout()
|
D | RenderBlockFlow.h | 227 … virtual RenderObject* layoutSpecialExcludedChild(bool /*relayoutChildren*/, SubtreeLayoutScope&); 235 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, SubtreeLayoutScope&); 236 …void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutUnit beforeEdge, Layout…
|
D | RenderTableRow.cpp | 173 SubtreeLayoutScope layouter(*cell); in layout()
|
D | RenderFieldset.cpp | 66 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument
|
D | RenderMultiColumnFlowThread.cpp | 148 void RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutSc… in layoutColumns()
|
D | RenderRubyRun.cpp | 200 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild()
|
D | RenderTextControl.cpp | 292 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
|
D | RenderBlockFlow.cpp | 187 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()
|
D | RenderDeprecatedFlexibleBox.cpp | 361 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox() 429 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox() 660 SubtreeLayoutScope layoutScope(*child); in layoutVerticalBox()
|
D | RenderTextControlSingleLine.cpp | 95 SubtreeLayoutScope layoutScope(*this); in layout()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGDocumentExtensions.h | 35 class SubtreeLayoutScope; variable 71 void invalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope*);
|
D | SVGElement.h | 40 class SubtreeLayoutScope; variable 150 void invalidateRelativeLengthClients(SubtreeLayoutScope* = 0);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceContainer.h | 49 void invalidateCacheAndMarkForLayout(SubtreeLayoutScope* = 0);
|
D | RenderSVGResourceContainer.cpp | 193 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout()
|