textEmphasisMarkString 872 Source/core/rendering/InlineFlowBox.cpp int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); textEmphasisMarkString 1523 Source/core/rendering/InlineFlowBox.cpp int topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); textEmphasisMarkString 1526 Source/core/rendering/InlineFlowBox.cpp int bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); textEmphasisMarkString 1570 Source/core/rendering/InlineFlowBox.cpp LayoutUnit bottomOfEmphasisMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); textEmphasisMarkString 1573 Source/core/rendering/InlineFlowBox.cpp LayoutUnit topOfEmphasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); textEmphasisMarkString 683 Source/core/rendering/InlineTextBox.cpp const AtomicString& emphasisMark = hasTextEmphasis ? styleToUse->textEmphasisMarkString() : nullAtom; textEmphasisMarkString 871 Source/core/rendering/style/RenderStyle.h const AtomicString& textEmphasisMarkString() const;