/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 95 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()
|
D | RenderTextControlMultiLine.cpp | 89 …ontrolMultiLine::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument 91 …placeholderRenderer = RenderTextControl::layoutSpecialExcludedChild(relayoutChildren, layoutScope); in layoutSpecialExcludedChild()
|
D | RenderSliderContainer.cpp | 117 SubtreeLayoutScope layoutScope(*this); in layout() local 121 layoutScope.setChildNeedsLayout(track); in layout()
|
D | RenderDeprecatedFlexibleBox.cpp | 361 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()
|
D | RenderBlockFlow.cpp | 187 …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 …]
|
D | RenderMultiColumnFlowThread.cpp | 148 … RenderMultiColumnFlowThread::layoutColumns(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutColumns() argument 151 layoutScope.setChildNeedsLayout(this); in layoutColumns()
|
D | RenderRubyRun.cpp | 200 …* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument 207 layoutScope.setChildNeedsLayout(rt); in layoutSpecialExcludedChild()
|
D | RenderTextControl.cpp | 292 …nderTextControl::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope) in layoutSpecialExcludedChild() argument 299 layoutScope.setChildNeedsLayout(placeholderRenderer); in layoutSpecialExcludedChild()
|
D | RenderView.cpp | 198 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()
|
D | RenderBlock.cpp | 1622 …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 …]
|
D | RenderGrid.cpp | 617 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()
|
D | RenderLayerScrollableArea.cpp | 626 SubtreeLayoutScope layoutScope(box()); in updateAfterLayout() local 627 layoutScope.setNeedsLayout(&box()); in updateAfterLayout()
|
D | RenderBox.cpp | 3959 void RenderBox::markForPaginationRelayoutIfNeeded(SubtreeLayoutScope& layoutScope) in markForPaginationRelayoutIfNeeded() argument 3965 layoutScope.setChildNeedsLayout(this); in markForPaginationRelayoutIfNeeded()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceContainer.cpp | 193 void RenderSVGResourceContainer::invalidateCacheAndMarkForLayout(SubtreeLayoutScope* layoutScope) in invalidateCacheAndMarkForLayout() argument 198 setNeedsLayoutAndFullPaintInvalidation(MarkContainingBlockChain, layoutScope); in invalidateCacheAndMarkForLayout()
|
D | SVGRenderSupport.cpp | 224 SubtreeLayoutScope layoutScope(*child); in layoutChildren() local 230 layoutScope.setNeedsLayout(child); in layoutChildren()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGElement.cpp | 411 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()
|