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.cpp76 , textEmphasisPosition(TextEmphasisPositionOver) in StyleRareInheritedData()
128 , textEmphasisPosition(o.textEmphasisPosition) in StyleRareInheritedData()
199 && textEmphasisPosition == o.textEmphasisPosition in operator ==()
DStyleRareInheritedData.h94 unsigned textEmphasisPosition : 1; // TextEmphasisPosition variable
DRenderStyle.cpp471 … || rareInheritedData->textEmphasisPosition != other->rareInheritedData->textEmphasisPosition in diff()
DRenderStyle.h842 …TextEmphasisPosition textEmphasisPosition() const { return static_cast<TextEmphasisPosition>(rareI… in textEmphasisPosition() function
1305 …ition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position);… in setTextEmphasisPosition()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp453 emphasisPosition = style->textEmphasisPosition(); in getEmphasisMarkPosition()
DInlineFlowBox.cpp1546 …if (style->textEmphasisMark() != TextEmphasisMarkNone && style->textEmphasisPosition() == TextEmph… in computeUnderAnnotationAdjustment()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2291 return cssValuePool().createValue(style->textEmphasisPosition()); in getPropertyCSSValue()