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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDeprecatedFlexibleBox.h43 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageHeight = 0);
44 void layoutHorizontalBox(bool relayoutChildren);
45 void layoutVerticalBox(bool relayoutChildren);
69 void applyLineClamp(FlexBoxIterator&, bool relayoutChildren);
H A DRenderMultiColumnBlock.cpp82 bool relayoutChildren = RenderBlock::updateLogicalWidthAndColumnWidth(); local
86 relayoutChildren = true;
87 return relayoutChildren;
149 RenderObject* RenderMultiColumnBlock::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
162 if (relayoutChildren || childBox->needsLayout()) {
172 if (relayoutChildren)
H A DRenderFieldset.h42 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
H A DRenderDeprecatedFlexibleBox.cpp253 void RenderDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren, LayoutUnit) argument
257 if (!relayoutChildren && simplifiedLayout())
266 relayoutChildren = true;
268 relayoutChildren = true;
278 relayoutChildren = true;
285 layoutHorizontalBox(relayoutChildren);
287 layoutVerticalBox(relayoutChildren);
293 relayoutChildren = true;
295 layoutPositionedObjects(relayoutChildren || isRoot());
320 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigne argument
342 layoutHorizontalBox(bool relayoutChildren) argument
632 layoutVerticalBox(bool relayoutChildren) argument
881 applyLineClamp(FlexBoxIterator& iterator, bool relayoutChildren) argument
[all...]
H A DRenderTextControlMultiLine.h49 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
H A DRenderTextControlMultiLine.cpp91 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
93 RenderObject* placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope);
H A DRenderMarquee.h92 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE FINAL;
H A DRenderMultiColumnBlock.h54 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) OVERRIDE;
H A DRenderRubyRun.h55 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
H A DRenderFlexibleBox.h51 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE FINAL;
125 void layoutFlexItems(bool relayoutChildren, Vector<LineContext>&);
152 void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>&);
H A DRenderFlexibleBox.cpp221 void RenderFlexibleBox::layoutBlock(bool relayoutChildren, LayoutUnit) argument
225 if (!relayoutChildren && simplifiedLayout())
231 relayoutChildren = true;
241 relayoutChildren = true;
243 relayoutChildren = true;
255 layoutFlexItems(relayoutChildren, lineContexts);
263 relayoutChildren = true;
265 layoutPositionedObjects(relayoutChildren || isRoot());
656 void RenderFlexibleBox::layoutFlexItems(bool relayoutChildren, Vector<LineContext>& lineContexts) argument
678 layoutAndPlaceChildren(crossAxisOffset, orderedChildren, childSizes, availableFreeSpace, relayoutChildren, lineContext
1062 layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList& children, const Vector<LayoutUnit>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>& lineContexts) argument
[all...]
H A DRenderTextControl.h64 virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&);
H A DRenderFieldset.cpp63 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) argument
67 if (relayoutChildren)
H A DRenderMarquee.cpp262 void RenderMarquee::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight) argument
264 RenderBlockFlow::layoutBlock(relayoutChildren, pageLogicalHeight);
H A DRenderRubyRun.cpp218 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
224 if (relayoutChildren)
H A DRenderTextControl.cpp287 RenderObject* RenderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) argument
293 if (relayoutChildren)
H A DRenderGrid.h50 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE;
H A DRenderRegion.h168 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE;
H A DRenderBlockFlow.cpp240 void RenderBlockFlow::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight) argument
247 if (!relayoutChildren && simplifiedLayout())
253 relayoutChildren = true;
272 relayoutChildren = true;
274 relayoutChildren = true;
275 if (!relayoutChildren && isRenderNamedFlowFragmentContainer())
276 relayoutChildren = true;
305 layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom);
307 layoutBlockChildren(relayoutChildren, maxFloatLogicalBottom, layoutScope);
350 relayoutChildren
765 layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope& layoutScope) argument
[all...]
H A DRenderBlockFlow.h60 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE;
179 void layoutBlockChildren(bool relayoutChildren, LayoutUnit& maxFloatLogicalBottom, SubtreeLayoutScope&);
180 void layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom);
H A DRenderGrid.cpp250 void RenderGrid::layoutBlock(bool relayoutChildren, LayoutUnit) argument
254 if (!relayoutChildren && simplifiedLayout())
265 relayoutChildren = true;
267 relayoutChildren = true;
280 relayoutChildren = true;
282 layoutPositionedObjects(relayoutChildren || isRoot());
H A DRenderRegion.cpp288 void RenderRegion::layoutBlock(bool relayoutChildren, LayoutUnit) argument
290 RenderBlockFlow::layoutBlock(relayoutChildren);
H A DRenderBlock.h111 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0);
400 void layoutPositionedObjects(bool relayoutChildren, bool fixedPositionObjectsOnly = false);
471 void updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox*);
520 virtual RenderObject* layoutSpecialExcludedChild(bool /*relayoutChildren*/, SubtreeLayoutScope&) { return 0; }
H A DRenderBlockLineLayout.cpp1710 void RenderBlockFlow::layoutInlineChildren(bool relayoutChildren, LayoutUnit& repaintLogicalTop, LayoutUnit& repaintLogicalBottom) argument
1727 bool isFullLayout = !firstLineBox() || selfNeedsLayout() || relayoutChildren || clearLinesForPagination;
1768 if (relayoutChildren || box->hasRelativeDimensions())
1771 // If relayoutChildren is set and the child has percentage padding or an embedded content box, we also need to invalidate the childs pref widths.
1772 if (relayoutChildren && box->needsPreferredWidthsRecalculation())
H A DRenderView.cpp313 bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight()); local
314 if (relayoutChildren) {

Completed in 1041 milliseconds

12