Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp884 int emphasisMarkHeight = style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in addTextBoxVisualOverflow()
1236 …hasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in computeOverAnnotationAdjustment()
1239 …isMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in computeOverAnnotationAdjustment()
1283 …isMark = curr->logicalBottom() + style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in computeUnderAnnotationAdjustment()
1286 …hasisMark = curr->logicalTop() - style->font().emphasisMarkHeight(style->textEmphasisMarkString()); in computeUnderAnnotationAdjustment()
DInlineTextBox.cpp514 textPainter.setEmphasisMark(styleToUse->textEmphasisMarkString(), emphasisMarkPosition); in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1055 const AtomicString& RenderStyle::textEmphasisMarkString() const in textEmphasisMarkString() function in blink::RenderStyle
DRenderStyle.h873 const AtomicString& textEmphasisMarkString() const;