Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h220 …flow ? m_overflow->layoutOverflowRect() : enclosingLayoutRect(frameRectIncludingLineHeight(lineTop… in layoutOverflowRect()
254 …flow ? m_overflow->visualOverflowRect() : enclosingLayoutRect(frameRectIncludingLineHeight(lineTop… in visualOverflowRect()
282 FloatRect frameRectIncludingLineHeight(LayoutUnit lineTop, LayoutUnit lineBottom) const in frameRectIncludingLineHeight() function
DInlineFlowBox.cpp957 LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setLayoutOverflow()
969 LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setVisualOverflow()