Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
Dbidi.cpp732 int bottomOfLine = lineBox->bottomOverflow(); in computeVerticalPositionsForLine() local
733 if (bottomOfLine > height() && bottomOfLine > m_overflowHeight) in computeVerticalPositionsForLine()
734 m_overflowHeight = bottomOfLine; in computeVerticalPositionsForLine()