HomeSort by relevance Sort by last modified time
    Searched refs:frameRectIncludingLineHeight (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 198 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
InlineFlowBox.cpp     [all...]

Completed in 22 milliseconds