Searched refs:textEmphasisCustomMark (Results 1 – 6 of 6) sorted by relevance
155 , textEmphasisCustomMark(o.textEmphasisCustomMark) in StyleRareInheritedData()216 && textEmphasisCustomMark == o.textEmphasisCustomMark in operator ==()
145 AtomicString textEmphasisCustomMark; variable
501 … || rareInheritedData->textEmphasisCustomMark != other.rareInheritedData->textEmphasisCustomMark in diffNeedsFullLayoutAndPaintInvalidation()1061 return textEmphasisCustomMark(); in textEmphasisMarkString()
871 …const AtomicString& textEmphasisCustomMark() const { return rareInheritedData->textEmphasisCustomM… in textEmphasisCustomMark() function1352 …sCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasisCustomMark, mark); } in setTextEmphasisCustomMark()
826 state.style()->setTextEmphasisCustomMark(state.parentStyle()->textEmphasisCustomMark()); in applyInheritCSSPropertyWebkitTextEmphasisStyle()
2194 … return cssValuePool().createValue(style->textEmphasisCustomMark(), CSSPrimitiveValue::CSS_STRING); in getPropertyCSSValue()