Home
last modified time | relevance | path

Searched refs:relayoutChildren (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.h41 virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
42 void layoutHorizontalBox(bool relayoutChildren);
43 void layoutVerticalBox(bool relayoutChildren);
61 void applyLineClamp(FlexBoxIterator&, bool relayoutChildren);
DRenderDeprecatedFlexibleBox.cpp247 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 …]
DRenderFlexibleBox.h50 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…
DRenderTextControlMultiLine.cpp89 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, Subtree… in layoutSpecialExcludedChild() argument
91 …placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope); in layoutSpecialExcludedChild()
DRenderFlexibleBox.cpp225 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 …]
DRenderRegion.cpp108 void RenderRegion::layoutBlock(bool relayoutChildren) in layoutBlock() argument
110 RenderBlockFlow::layoutBlock(relayoutChildren); in layoutBlock()
DRenderFieldset.h42 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderMarquee.h90 virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
DRenderTextControlMultiLine.h49 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderRubyRun.h54 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderFieldset.cpp66 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild() argument
70 if (relayoutChildren) in layoutSpecialExcludedChild()
DRenderRegion.h80 virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
DRenderMarquee.cpp264 void RenderMarquee::layoutBlock(bool relayoutChildren) in layoutBlock() argument
266 RenderBlockFlow::layoutBlock(relayoutChildren); in layoutBlock()
DRenderMultiColumnFlowThread.cpp148 void RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutSc… in layoutColumns() argument
150 if (relayoutChildren) in layoutColumns()
DRenderBlockFlow.cpp187 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 …]
DRenderRubyRun.cpp200 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild() argument
206 if (relayoutChildren) in layoutSpecialExcludedChild()
DRenderTextControl.cpp292 RenderObject* RenderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutSco… in layoutSpecialExcludedChild() argument
298 if (relayoutChildren) in layoutSpecialExcludedChild()
DRenderMultiColumnFlowThread.h122 void layoutColumns(bool relayoutChildren, SubtreeLayoutScope&);
DRenderBlockFlow.h61 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…
DRenderTextControl.h65 …virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERR…
DRenderBlock.h105 virtual void layoutBlock(bool relayoutChildren);
274 void layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior = DefaultLayout);
334 void updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox*);
DRenderGrid.h46 virtual void layoutBlock(bool relayoutChildren) OVERRIDE;
DRenderGrid.cpp327 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()
DRenderView.cpp201 …bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || h… in layout() local
202 if (relayoutChildren) { in layout()
DRenderBlock.cpp1527 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()

12