Home | History | Annotate | Download | only in style

Lines Matching refs:textEmphasisColor

1349     void setTextEmphasisColor(const StyleColor& c) { SET_VAR_WITH_SETTER(rareInheritedData, textEmphasisColor, setTextEmphasisColor, c); }
1788 StyleColor textEmphasisColor() const { return rareInheritedData->textEmphasisColor(); }