Searched refs:textEmphasisFill (Results 1 – 6 of 6) sorted by relevance
74 , textEmphasisFill(TextEmphasisFillFilled) in StyleRareInheritedData()126 , textEmphasisFill(o.textEmphasisFill) in StyleRareInheritedData()197 && textEmphasisFill == o.textEmphasisFill in operator ==()
92 unsigned textEmphasisFill : 1; // TextEmphasisFill variable
676 || rareInheritedData->textEmphasisFill != other->rareInheritedData->textEmphasisFill) in repaintOnlyDiff()1068 return textEmphasisFill() == TextEmphasisFillFilled ? filledDotString : openDotString; in textEmphasisMarkString()1073 return textEmphasisFill() == TextEmphasisFillFilled ? filledCircleString : openCircleString; in textEmphasisMarkString()1078 …return textEmphasisFill() == TextEmphasisFillFilled ? filledDoubleCircleString : openDoubleCircleS… in textEmphasisMarkString()1083 … return textEmphasisFill() == TextEmphasisFillFilled ? filledTriangleString : openTriangleString; in textEmphasisMarkString()1088 return textEmphasisFill() == TextEmphasisFillFilled ? filledSesameString : openSesameString; in textEmphasisMarkString()
839 …TextEmphasisFill textEmphasisFill() const { return static_cast<TextEmphasisFill>(rareInheritedData… in textEmphasisFill() function1302 …void setTextEmphasisFill(TextEmphasisFill fill) { SET_VAR(rareInheritedData, textEmphasisFill, fil… in setTextEmphasisFill()
769 state.style()->setTextEmphasisFill(state.parentStyle()->textEmphasisFill()); in applyInheritCSSPropertyWebkitTextEmphasisStyle()
2307 list->append(cssValuePool().createValue(style->textEmphasisFill())); in getPropertyCSSValue()