Home
last modified time | relevance | path

Searched refs:layoutScope (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp95 SubtreeLayoutScope layoutScope(*this); in layout() local
114 layoutScope.setNeedsLayout(innerEditorRenderer); in layout()
117 layoutScope.setNeedsLayout(placeholderBox); in layout()
121 layoutScope.setNeedsLayout(viewPortRenderer); in layout()
134 layoutScope.setNeedsLayout(this); in layout()
139 layoutScope.setNeedsLayout(innerEditorRenderer); in layout()
142 layoutScope.setNeedsLayout(viewPortRenderer); in layout()
151 layoutScope.setNeedsLayout(this); in layout()
154 layoutScope.setNeedsLayout(this); in layout()
DRenderTextControlMultiLine.cpp89 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument
91 …placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope); in layoutSpecialExcludedChild()
DRenderSliderContainer.cpp117 SubtreeLayoutScope layoutScope(*this); in layout() local
121 layoutScope.setChildNeedsLayout(track); in layout()
DRenderDeprecatedFlexibleBox.cpp361 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox() local
363 layoutScope.setChildNeedsLayout(child); in layoutHorizontalBox()
369 child->markForPaginationRelayoutIfNeeded(layoutScope); in layoutHorizontalBox()
429 SubtreeLayoutScope layoutScope(*child); in layoutHorizontalBox() local
437 layoutScope.setChildNeedsLayout(child); in layoutHorizontalBox()
440 child->markForPaginationRelayoutIfNeeded(layoutScope); in layoutHorizontalBox()
660 SubtreeLayoutScope layoutScope(*child); in layoutVerticalBox() local
662 layoutScope.setChildNeedsLayout(child); in layoutVerticalBox()
678 child->markForPaginationRelayoutIfNeeded(layoutScope); in layoutVerticalBox()
DRenderBlockFlow.cpp187 …RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument
193 flowThread->layoutColumns(relayoutChildren, layoutScope); in layoutSpecialExcludedChild()
353 SubtreeLayoutScope layoutScope(*this); in layoutBlock() local
362 done = layoutBlockFlow(relayoutChildren, pageLogicalHeight, layoutScope); in layoutBlock()
393 …outBlockFlow(bool relayoutChildren, LayoutUnit &pageLogicalHeight, SubtreeLayoutScope& layoutScope) in layoutBlockFlow() argument
441 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge); in layoutBlockFlow()
596 SubtreeLayoutScope layoutScope(*child); in layoutBlockChild() local
598 child->markForPaginationRelayoutIfNeeded(layoutScope); in layoutBlockChild()
628 SubtreeLayoutScope layoutScope(*child); in layoutBlockChild() local
634 layoutScope.setChildNeedsLayout(child); in layoutBlockChild()
[all …]
DRenderMultiColumnFlowThread.cpp148 … RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutColumns() argument
151 layoutScope.setChildNeedsLayout(this); in layoutColumns()
DRenderRubyRun.cpp200 …* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument
207 layoutScope.setChildNeedsLayout(rt); in layoutSpecialExcludedChild()
DRenderTextControl.cpp292 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument
299 layoutScope.setChildNeedsLayout(placeholderRenderer); in layoutSpecialExcludedChild()
DRenderView.cpp198 SubtreeLayoutScope layoutScope(*this); in layout() local
203 layoutScope.setChildNeedsLayout(this); in layout()
212 layoutScope.setChildNeedsLayout(child); in layout()
216 … document().accessSVGExtensions().invalidateSVGRootsWithRelativeLengthDescendents(&layoutScope); in layout()
DRenderBlock.cpp1622 …ock::markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope& layoutScope) in markFixedPositionObjectForLayoutIfNeeded() argument
1644 layoutScope.setChildNeedsLayout(child); in markFixedPositionObjectForLayoutIfNeeded()
1649 layoutScope.setChildNeedsLayout(child); in markFixedPositionObjectForLayoutIfNeeded()
1685 SubtreeLayoutScope layoutScope(*r); in layoutPositionedObjects() local
1689 markFixedPositionObjectForLayoutIfNeeded(r, layoutScope); in layoutPositionedObjects()
1700 layoutScope.setChildNeedsLayout(r); in layoutPositionedObjects()
1707 r->markForPaginationRelayoutIfNeeded(layoutScope); in layoutPositionedObjects()
1746 void RenderBlock::markForPaginationRelayoutIfNeeded(SubtreeLayoutScope& layoutScope) in markForPaginationRelayoutIfNeeded() argument
1753 layoutScope.setChildNeedsLayout(this); in markForPaginationRelayoutIfNeeded()
2272 void RenderBlock::dirtyForLayoutFromPercentageHeightDescendants(SubtreeLayoutScope& layoutScope) in dirtyForLayoutFromPercentageHeightDescendants() argument
[all …]
DRenderGrid.cpp617 SubtreeLayoutScope layoutScope(child); in logicalHeightForChild() local
621 layoutScope.setNeedsLayout(&child); in logicalHeightForChild()
1064 SubtreeLayoutScope layoutScope(*child); in layoutGridItems() local
1066 layoutScope.setNeedsLayout(child); in layoutGridItems()
DRenderLayerScrollableArea.cpp626 SubtreeLayoutScope layoutScope(box()); in updateAfterLayout() local
627 layoutScope.setNeedsLayout(&box()); in updateAfterLayout()
DRenderBox.cpp3959 void RenderBox::markForPaginationRelayoutIfNeeded(SubtreeLayoutScope& layoutScope) in markForPaginationRelayoutIfNeeded() argument
3965 layoutScope.setChildNeedsLayout(this); in markForPaginationRelayoutIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.cpp193 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout() argument
198 setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, layoutScope); in invalidateCacheAndMarkForLayout()
DSVGRenderSupport.cpp224 SubtreeLayoutScope layoutScope(*child); in layoutChildren() local
230 layoutScope.setNeedsLayout(child); in layoutChildren()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.cpp411 void SVGElement::invalidateRelativeLengthClients(SubtreeLayoutScope* layoutScope) in invalidateRelativeLengthClients() argument
424 toRenderSVGResourceContainer(renderer)->invalidateCacheAndMarkForLayout(layoutScope); in invalidateRelativeLengthClients()
426 renderer->setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, layoutScope); in invalidateRelativeLengthClients()
432 (*it)->invalidateRelativeLengthClients(layoutScope); in invalidateRelativeLengthClients()