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.h175 LayoutUnit logicalBottomLayoutOverflow() const in logicalBottomLayoutOverflow() function
177 return InlineFlowBox::logicalBottomLayoutOverflow(lineBottom()); in logicalBottomLayoutOverflow()
DRenderRubyRun.cpp229 lastLineRubyTextBottom = rootBox->logicalBottomLayoutOverflow(); in layout()
247 lastLineBottom = rootBox->logicalBottomLayoutOverflow(); in layout()
DInlineFlowBox.h240 LayoutUnit logicalBottomLayoutOverflow(LayoutUnit lineBottom) const in logicalBottomLayoutOverflow() function
DRenderBlockLineLayout.cpp1039 LayoutUnit bottomLayoutOverflow = lastRootBox()->logicalBottomLayoutOverflow(); in linkToEndLineIfNeeded()