Searched refs:textEmphasisCustomMark (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.cpp99 , textEmphasisCustomMark(o.textEmphasisCustomMark)
153 && textEmphasisCustomMark == o.textEmphasisCustomMark
H A DStyleRareInheritedData.h99 AtomicString textEmphasisCustomMark; member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.cpp407 || rareInheritedData->textEmphasisCustomMark != other->rareInheritedData->textEmphasisCustomMark
876 return textEmphasisCustomMark();
H A DRenderStyle.h729 const AtomicString& textEmphasisCustomMark() const { return rareInheritedData->textEmphasisCustomMark; } function in class:WebCore::RenderStyle
1092 void setTextEmphasisCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasisCustomMark, mark); }
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1338 return primitiveValueCache->createValue(style->textEmphasisCustomMark(), CSSPrimitiveValue::CSS_STRING);
H A DCSSStyleSelector.cpp5934 HANDLE_INHERIT_AND_INITIAL(textEmphasisCustomMark, TextEmphasisCustomMark)

Completed in 128 milliseconds