Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4551 …LayoutUnit bottomOfContent = direction == HorizontalLine ? borderTop() + paddingTop() + contentHei… in baselinePosition() local
4552 if (baselinePos > bottomOfContent) in baselinePosition()