Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp57 , textEmphasisPosition(TextEmphasisPositionOver) in StyleRareInheritedData()
93 , textEmphasisPosition(o.textEmphasisPosition) in StyleRareInheritedData()
149 && textEmphasisPosition == o.textEmphasisPosition in operator ==()
DStyleRareInheritedData.h90 unsigned textEmphasisPosition : 1; // TextEmphasisPosition variable
DRenderStyle.cpp406 … || rareInheritedData->textEmphasisPosition != other->rareInheritedData->textEmphasisPosition in diff()
DRenderStyle.h730 …TextEmphasisPosition textEmphasisPosition() const { return static_cast<TextEmphasisPosition>(rareI… in textEmphasisPosition() function
1093 …ition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position);… in setTextEmphasisPosition()
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp443 emphasisPosition = style->textEmphasisPosition(); in getEmphasisMarkPosition()
DInlineFlowBox.cpp1366 …if (style->textEmphasisMark() != TextEmphasisMarkNone && style->textEmphasisPosition() == TextEmph… in computeUnderAnnotationAdjustment()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1332 return primitiveValueCache->createValue(style->textEmphasisPosition()); in getPropertyCSSValue()
DCSSStyleSelector.cpp5928 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textEmphasisPosition, TextEmphasisPosition) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061527 (WebCore::InheritedFlags::textEmphasisPosition):