Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp82 , textEmphasisPosition(TextEmphasisPositionOver) in StyleRareInheritedData()
138 , textEmphasisPosition(o.textEmphasisPosition) in StyleRareInheritedData()
205 && textEmphasisPosition == o.textEmphasisPosition in operator ==()
DStyleRareInheritedData.h121 unsigned textEmphasisPosition : 1; // TextEmphasisPosition variable
DRenderStyle.cpp500 … || rareInheritedData->textEmphasisPosition != other.rareInheritedData->textEmphasisPosition in diffNeedsFullLayoutAndPaintInvalidation()
DRenderStyle.h872 …TextEmphasisPosition textEmphasisPosition() const { return static_cast<TextEmphasisPosition>(rareI… in textEmphasisPosition() function
1353 …ition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position);… in setTextEmphasisPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp362 emphasisPosition = style->textEmphasisPosition(); in getEmphasisMarkPosition()
DInlineFlowBox.cpp1281 …if (style->textEmphasisMark() != TextEmphasisMarkNone && style->textEmphasisPosition() == TextEmph… in computeUnderAnnotationAdjustment()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2188 return cssValuePool().createValue(style->textEmphasisPosition()); in getPropertyCSSValue()