Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1488 …LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText… in computeOverAnnotationAdjustment() local
1489 if (bottomOfLastRubyTextLine <= curr->logicalHeight()) in computeOverAnnotationAdjustment()
1491 bottomOfLastRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()
1492 result = max(result, bottomOfLastRubyTextLine - allowedPosition); in computeOverAnnotationAdjustment()
1536 …LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText… in computeUnderAnnotationAdjustment() local
1537 if (bottomOfLastRubyTextLine <= curr->logicalHeight()) in computeUnderAnnotationAdjustment()
1539 bottomOfLastRubyTextLine += curr->logicalTop(); in computeUnderAnnotationAdjustment()
1540 result = max(result, bottomOfLastRubyTextLine - allowedPosition); in computeUnderAnnotationAdjustment()