Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1504 …int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmp… in computeOverAnnotationAdjustment() local
1505 result = max(result, bottomOfEmphasisMark - allowedPosition); in computeOverAnnotationAdjustment()
1548 …LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->… in computeUnderAnnotationAdjustment() local
1549 result = max(result, bottomOfEmphasisMark - allowedPosition); in computeUnderAnnotationAdjustment()