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

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

Completed in 103 milliseconds