Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp122 , textEmphasisCustomMark(o.textEmphasisCustomMark) in StyleRareInheritedData()
187 && textEmphasisCustomMark == o.textEmphasisCustomMark in operator ==()
DStyleRareInheritedData.h110 AtomicString textEmphasisCustomMark; variable
DRenderStyle.cpp407 … || rareInheritedData->textEmphasisCustomMark != other->rareInheritedData->textEmphasisCustomMark in diff()
876 return textEmphasisCustomMark(); in textEmphasisMarkString()
DRenderStyle.h729 …const AtomicString& textEmphasisCustomMark() const { return rareInheritedData->textEmphasisCustomM… in textEmphasisCustomMark() function
1105 …sCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasisCustomMark, mark); } in setTextEmphasisCustomMark()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1350 …return primitiveValueCache->createValue(style->textEmphasisCustomMark(), CSSPrimitiveValue::CSS_ST… in getPropertyCSSValue()
DCSSStyleSelector.cpp5925 HANDLE_INHERIT_AND_INITIAL(textEmphasisCustomMark, TextEmphasisCustomMark) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-061526 (WebCore::InheritedFlags::textEmphasisCustomMark):