Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h198 …verflow ? m_overflow->layoutOverflowRect() : enclosingIntRect(frameRectIncludingLineHeight(lineTop… in layoutOverflowRect()
224 …verflow ? m_overflow->visualOverflowRect() : enclosingIntRect(frameRectIncludingLineHeight(lineTop… in visualOverflowRect()
252 FloatRect frameRectIncludingLineHeight(int lineTop, int lineBottom) const in frameRectIncludingLineHeight() function
DInlineFlowBox.cpp870 IntRect frameBox = enclosingIntRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setLayoutOverflow()
882 IntRect frameBox = enclosingIntRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setVisualOverflow()
/external/webkit/Source/WebCore/
DChangeLog31994 (WebCore::InlineFlowBox::frameRectIncludingLineHeight):