/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | SubtreeLayoutScope.cpp | 39 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()
|
D | SubtreeLayoutScope.h | 49 class SubtreeLayoutScope { 51 SubtreeLayoutScope(RenderObject* root); 52 ~SubtreeLayoutScope();
|
D | RenderTableCell.h | 39 class SubtreeLayoutScope; variable 109 void setCellLogicalWidth(int constrainedLogicalWidth, SubtreeLayoutScope&); 139 void computeIntrinsicPadding(int rowHeight, SubtreeLayoutScope&);
|
D | RenderFieldset.h | 42 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderTextControlMultiLine.h | 49 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderRubyRun.h | 55 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderMultiColumnBlock.h | 54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderTextControlMultiLine.cpp | 91 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
|
D | RenderTextControl.h | 64 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderBlock.h | 150 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
|
D | RenderMultiColumnBlock.cpp | 149 …ultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
|
D | RenderObject.h | 621 …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()
|
D | RenderFieldset.cpp | 63 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument
|
D | RenderTextControl.cpp | 287 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild()
|
D | RenderRubyRun.cpp | 218 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild()
|
D | RenderTableRow.cpp | 172 SubtreeLayoutScope layouter(child); in layout()
|
D | RenderDeprecatedFlexibleBox.cpp | 377 SubtreeLayoutScope layoutScope(child); in layoutHorizontalBox() 445 SubtreeLayoutScope layoutScope(child); in layoutHorizontalBox() 676 SubtreeLayoutScope layoutScope(child); in layoutVerticalBox()
|
D | RenderBlockFlow.cpp | 297 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()
|
D | RenderTextControlSingleLine.cpp | 99 SubtreeLayoutScope layoutScope(this); in layout()
|
D | RenderTableCell.cpp | 177 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/ |
D | SVGDocumentExtensions.h | 33 class SubtreeLayoutScope; variable 76 void invalidateSVGRootsWithRelativeLengthDescendents(SubtreeLayoutScope*);
|
D | SVGElement.h | 38 class SubtreeLayoutScope; variable 144 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 | 200 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout()
|
D | SVGRenderSupport.cpp | 243 SubtreeLayoutScope layoutScope(child); in layoutChildren()
|