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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp229 lastLineRubyTextBottom = rootBox->logicalBottomLayoutOverflow();
247 lastLineBottom = rootBox->logicalBottomLayoutOverflow();
H A DRootInlineBox.h175 LayoutUnit logicalBottomLayoutOverflow() const function in class:blink::RootInlineBox
177 return InlineFlowBox::logicalBottomLayoutOverflow(lineBottom());
H A DInlineFlowBox.h240 LayoutUnit logicalBottomLayoutOverflow(LayoutUnit lineBottom) const function in class:blink::InlineFlowBox
H A DRenderBlockLineLayout.cpp1039 LayoutUnit bottomLayoutOverflow = lastRootBox()->logicalBottomLayoutOverflow();

Completed in 225 milliseconds