HomeSort by relevance Sort by last modified time
    Searched refs:LayoutScope (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 70 class LayoutScope {
72 explicit LayoutScope(RenderBlock*);
73 ~LayoutScope();
79 class TableLayoutScope : LayoutScope {
TextAutosizer.cpp     [all...]
RenderDeprecatedFlexibleBox.cpp 263 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
361 SubtreeLayoutScope layoutScope(*child);
363 layoutScope.setChildNeedsLayout(child);
369 child->markForPaginationRelayoutIfNeeded(layoutScope);
429 SubtreeLayoutScope layoutScope(*child);
437 layoutScope.setChildNeedsLayout(child);
440 child->markForPaginationRelayoutIfNeeded(layoutScope);
660 SubtreeLayoutScope layoutScope(*child);
662 layoutScope.setChildNeedsLayout(child);
678 child->markForPaginationRelayoutIfNeeded(layoutScope);
    [all...]
RenderTable.cpp 405 // Note: RenderTable is handled differently than other RenderBlocks and the LayoutScope
407 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
    [all...]
RenderFlexibleBox.cpp 239 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
    [all...]
RenderGrid.cpp 343 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
617 SubtreeLayoutScope layoutScope(child);
621 layoutScope.setNeedsLayout(&child);
    [all...]
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp 187 RenderObject* RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope)
193 flowThread->layoutColumns(relayoutChildren, layoutScope);
353 SubtreeLayoutScope layoutScope(*this);
362 done = layoutBlockFlow(relayoutChildren, pageLogicalHeight, layoutScope);
393 inline bool RenderBlockFlow::layoutBlockFlow(bool relayoutChildren, LayoutUnit &pageLogicalHeight, SubtreeLayoutScope& layoutScope)
436 TextAutosizer::LayoutScope textAutosizerLayoutScope(this);
441 layoutBlockChildren(relayoutChildren, layoutScope, beforeEdge, afterEdge);
596 SubtreeLayoutScope layoutScope(*child);
598 child->markForPaginationRelayoutIfNeeded(layoutScope);
628 SubtreeLayoutScope layoutScope(*child)
    [all...]

Completed in 560 milliseconds