Home
last modified time | relevance | path

Searched refs:logicalBottomLayoutOverflow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h176 LayoutUnit logicalBottomLayoutOverflow() const in logicalBottomLayoutOverflow() function
178 return InlineFlowBox::logicalBottomLayoutOverflow(lineBottom()); in logicalBottomLayoutOverflow()
DRenderRubyRun.cpp240 lastLineRubyTextBottom = rootBox->logicalBottomLayoutOverflow(); in layout()
258 lastLineBottom = rootBox->logicalBottomLayoutOverflow(); in layout()
DInlineFlowBox.h241 LayoutUnit logicalBottomLayoutOverflow(LayoutUnit lineBottom) const in logicalBottomLayoutOverflow() function
DRenderBlockLineLayout.cpp1178 LayoutUnit bottomLayoutOverflow = lastRootBox()->logicalBottomLayoutOverflow(); in linkToEndLineIfNeeded()