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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp1239 int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); local
1240 result = std::max(result, bottomOfEmphasisMark - allowedPosition);
1283 LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); local
1284 result = std::max(result, bottomOfEmphasisMark - allowedPosition);

Completed in 573 milliseconds