Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1482 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment() local
1483 if (topOfFirstRubyTextLine >= 0) in computeOverAnnotationAdjustment()
1485 topOfFirstRubyTextLine += curr->logicalTop(); in computeOverAnnotationAdjustment()
1486 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeOverAnnotationAdjustment()
1530 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment() local
1531 if (topOfFirstRubyTextLine >= 0) in computeUnderAnnotationAdjustment()
1533 topOfFirstRubyTextLine += curr->logicalTop(); in computeUnderAnnotationAdjustment()
1534 result = max(result, allowedPosition - topOfFirstRubyTextLine); in computeUnderAnnotationAdjustment()