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 648 LayoutUnit newLogicalHeight = autoHeight + borderAndPaddingLogicalHeight();
649 ASSERT(newLogicalHeight < LayoutUnit::max() / 2);
650 if (newLogicalHeight > logicalHeight())
651 setLogicalHeight(newLogicalHeight);
RenderBlockLineLayout.cpp     [all...]
RenderBlock.h     [all...]

Completed in 90 milliseconds