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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 658 LayoutUnit newLogicalHeight = autoHeight + borderAndPaddingLogicalHeight();
659 ASSERT(newLogicalHeight < RenderFlowThread::maxLogicalHeight());
660 if (newLogicalHeight > logicalHeight()) {
661 setLogicalHeight(newLogicalHeight);
RenderBlockLineLayout.cpp     [all...]
RenderBlockFlow.h 421 const InlineIterator& restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight, FloatingObject* lastFloatFromPreviousLine, InlineBidiResolver&, const InlineIterator&);

Completed in 33 milliseconds