/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderDeprecatedFlexibleBox.h | 41 virtual void layoutBlock(bool relayoutChildren) OVERRIDE; 42 void layoutHorizontalBox(bool relayoutChildren); 43 void layoutVerticalBox(bool relayoutChildren); 61 void applyLineClamp(FlexBoxIterator&, bool relayoutChildren);
|
D | RenderDeprecatedFlexibleBox.cpp | 247 void RenderDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren) in layoutBlock() argument 251 if (!relayoutChildren && simplifiedLayout()) in layoutBlock() 268 relayoutChildren = true; in layoutBlock() 275 layoutHorizontalBox(relayoutChildren); in layoutBlock() 277 layoutVerticalBox(relayoutChildren); in layoutBlock() 283 relayoutChildren = true; in layoutBlock() 285 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock() 304 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& … in gatherFlexChildrenInfo() argument 312 if (!relayoutChildren) in gatherFlexChildrenInfo() 326 void RenderDeprecatedFlexibleBox::layoutHorizontalBox(bool relayoutChildren) in layoutHorizontalBox() argument [all …]
|
D | RenderFlexibleBox.h | 50 virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL; 124 …ContentExtentForChild(RenderBox& child, bool hasInfiniteLineLength, bool relayoutChildren = false); 128 void layoutFlexItems(bool relayoutChildren); 145 …exShrink, LayoutUnit& sumHypotheticalMainSize, bool& hasInfiniteLineLength, bool relayoutChildren); 154 …or<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineC…
|
D | RenderTextControlMultiLine.cpp | 89 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, Subtree… in layoutSpecialExcludedChild() argument 91 …placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope); in layoutSpecialExcludedChild()
|
D | RenderFlexibleBox.cpp | 225 void RenderFlexibleBox::layoutBlock(bool relayoutChildren) in layoutBlock() argument 229 if (!relayoutChildren && simplifiedLayout()) in layoutBlock() 233 relayoutChildren = true; in layoutBlock() 251 layoutFlexItems(relayoutChildren); in layoutBlock() 256 relayoutChildren = true; in layoutBlock() 258 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock() 610 …dMainAxisContentExtentForChild(RenderBox& child, bool hasInfiniteLineLength, bool relayoutChildren) in preferredMainAxisContentExtentForChild() argument 621 if (child.needsLayout() || relayoutChildren) { in preferredMainAxisContentExtentForChild() 637 void RenderFlexibleBox::layoutFlexItems(bool relayoutChildren) in layoutFlexItems() argument 651 …Grow, totalWeightedFlexShrink, sumHypotheticalMainSize, hasInfiniteLineLength, relayoutChildren)) { in layoutFlexItems() [all …]
|
D | RenderRegion.cpp | 108 void RenderRegion::layoutBlock(bool relayoutChildren) in layoutBlock() argument 110 RenderBlockFlow::layoutBlock(relayoutChildren); in layoutBlock()
|
D | RenderFieldset.h | 42 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderMarquee.h | 90 virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
|
D | RenderTextControlMultiLine.h | 49 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderRubyRun.h | 54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderFieldset.cpp | 66 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument 70 if (relayoutChildren) in layoutSpecialExcludedChild()
|
D | RenderRegion.h | 80 virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
|
D | RenderMarquee.cpp | 264 void RenderMarquee::layoutBlock(bool relayoutChildren) in layoutBlock() argument 266 RenderBlockFlow::layoutBlock(relayoutChildren); in layoutBlock()
|
D | RenderMultiColumnFlowThread.cpp | 148 void RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutSc… in layoutColumns() argument 150 if (relayoutChildren) in layoutColumns()
|
D | RenderBlockFlow.cpp | 187 RenderObject* RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope… in layoutSpecialExcludedChild() argument 193 flowThread->layoutColumns(relayoutChildren, layoutScope); in layoutSpecialExcludedChild() 200 bool relayoutChildren = RenderBlock::updateLogicalWidthAndColumnWidth(); in updateLogicalWidthAndColumnWidth() local 205 return relayoutChildren; in updateLogicalWidthAndColumnWidth() 340 void RenderBlockFlow::layoutBlock(bool relayoutChildren) in layoutBlock() argument 350 if (!relayoutChildren && simplifiedLayout()) in layoutBlock() 362 done = layoutBlockFlow(relayoutChildren, pageLogicalHeight, layoutScope); in layoutBlock() 393 inline bool RenderBlockFlow::layoutBlockFlow(bool relayoutChildren, LayoutUnit &pageLogicalHeight, … in layoutBlockFlow() argument 397 relayoutChildren |= logicalWidthChanged; in layoutBlockFlow() 405 relayoutChildren = true; in layoutBlockFlow() [all …]
|
D | RenderRubyRun.cpp | 200 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild() argument 206 if (relayoutChildren) in layoutSpecialExcludedChild()
|
D | RenderTextControl.cpp | 292 RenderObject* RenderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutSco… in layoutSpecialExcludedChild() argument 298 if (relayoutChildren) in layoutSpecialExcludedChild()
|
D | RenderMultiColumnFlowThread.h | 122 void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
|
D | RenderBlockFlow.h | 61 virtual void layoutBlock(bool relayoutChildren) OVERRIDE; 209 …void layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidationLogicalTop, LayoutUn… 235 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, SubtreeLayoutScope&); 236 …void layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope&, LayoutUnit beforeEdge, Layout…
|
D | RenderTextControl.h | 65 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
|
D | RenderBlock.h | 105 virtual void layoutBlock(bool relayoutChildren); 274 void layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior = DefaultLayout); 334 void updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox*);
|
D | RenderGrid.h | 46 virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
|
D | RenderGrid.cpp | 327 void RenderGrid::layoutBlock(bool relayoutChildren) in layoutBlock() argument 331 if (!relayoutChildren && simplifiedLayout()) in layoutBlock() 351 relayoutChildren = true; in layoutBlock() 353 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock()
|
D | RenderView.cpp | 201 …bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || h… in layout() local 202 if (relayoutChildren) { in layout()
|
D | RenderBlock.cpp | 1527 void RenderBlock::updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox* child) in updateBlockChildDirtyBitsBeforeLayout() argument 1531 if (relayoutChildren || (child->hasRelativeLogicalHeight() && !isRenderView())) in updateBlockChildDirtyBitsBeforeLayout() 1535 if (relayoutChildren && child->needsPreferredWidthsRecalculation()) in updateBlockChildDirtyBitsBeforeLayout() 1668 void RenderBlock::layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior info) in layoutPositionedObjects() argument 1699 …if (relayoutChildren || (r->style()->hasStaticBlockPosition(isHorizontalWritingMode()) && r->paren… in layoutPositionedObjects() 1703 if (relayoutChildren && r->needsPreferredWidthsRecalculation()) in layoutPositionedObjects()
|