Home
last modified time | relevance | path

Searched defs:relayoutChildren (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.cpp247 void RenderDeprecatedFlexibleBox::layoutBlock(bool relayoutChildren) in layoutBlock()
304 static void gatherFlexChildrenInfo(FlexBoxIterator& iterator, bool relayoutChildren, unsigned int& … in gatherFlexChildrenInfo()
326 void RenderDeprecatedFlexibleBox::layoutHorizontalBox(bool relayoutChildren) in layoutHorizontalBox()
616 void RenderDeprecatedFlexibleBox::layoutVerticalBox(bool relayoutChildren) in layoutVerticalBox()
865 void RenderDeprecatedFlexibleBox::applyLineClamp(FlexBoxIterator& iterator, bool relayoutChildren) in applyLineClamp()
DRenderTextControlMultiLine.cpp89 RenderObject* RenderTextControlMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, Subtree… in layoutSpecialExcludedChild()
DRenderRegion.cpp108 void RenderRegion::layoutBlock(bool relayoutChildren) in layoutBlock()
DRenderFieldset.cpp66 RenderObject* RenderFieldset::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) in layoutSpecialExcludedChild()
DRenderMarquee.cpp264 void RenderMarquee::layoutBlock(bool relayoutChildren) in layoutBlock()
DRenderFlexibleBox.cpp225 void RenderFlexibleBox::layoutBlock(bool relayoutChildren) in layoutBlock()
610 …dMainAxisContentExtentForChild(RenderBox& child, bool hasInfiniteLineLength, bool relayoutChildren) in preferredMainAxisContentExtentForChild()
637 void RenderFlexibleBox::layoutFlexItems(bool relayoutChildren) in layoutFlexItems()
857 …lexShrink, LayoutUnit& sumHypotheticalMainSize, bool& hasInfiniteLineLength, bool relayoutChildren) in computeNextFlexLine()
1066 …ector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<Li… in layoutAndPlaceChildren()
DRenderRubyRun.cpp200 RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& … in layoutSpecialExcludedChild()
DRenderTextControl.cpp292 RenderObject* RenderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutSco… in layoutSpecialExcludedChild()
DRenderMultiColumnFlowThread.cpp148 void RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutSc… in layoutColumns()
DRenderBlockFlow.cpp187 RenderObject* RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope… in layoutSpecialExcludedChild()
200 bool relayoutChildren = RenderBlock::updateLogicalWidthAndColumnWidth(); in updateLogicalWidthAndColumnWidth() local
340 void RenderBlockFlow::layoutBlock(bool relayoutChildren) in layoutBlock()
393 inline bool RenderBlockFlow::layoutBlockFlow(bool relayoutChildren, LayoutUnit &pageLogicalHeight, … in layoutBlockFlow()
1027 void RenderBlockFlow::layoutBlockChildren(bool relayoutChildren, SubtreeLayoutScope& layoutScope, L… in layoutBlockChildren()
DRenderView.cpp201 …bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || h… in layout() local
DRenderGrid.cpp327 void RenderGrid::layoutBlock(bool relayoutChildren) in layoutBlock()
DRenderBlock.cpp1527 void RenderBlock::updateBlockChildDirtyBitsBeforeLayout(bool relayoutChildren, RenderBox* child) in updateBlockChildDirtyBitsBeforeLayout()
1668 void RenderBlock::layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior info) in layoutPositionedObjects()
DRenderBlockLineLayout.cpp1503 void RenderBlockFlow::layoutInlineChildren(bool relayoutChildren, LayoutUnit& paintInvalidationLogi… in layoutInlineChildren()