TextEmphasisFill 3072 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisFill fill) TextEmphasisFill 3086 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator TextEmphasisFill() const TextEmphasisFill 867 Source/core/rendering/style/RenderStyle.h TextEmphasisFill textEmphasisFill() const { return static_cast<TextEmphasisFill>(rareInheritedData->textEmphasisFill); } TextEmphasisFill 1331 Source/core/rendering/style/RenderStyle.h void setTextEmphasisFill(TextEmphasisFill fill) { SET_VAR(rareInheritedData, textEmphasisFill, fill); } TextEmphasisFill 1640 Source/core/rendering/style/RenderStyle.h static TextEmphasisFill initialTextEmphasisFill() { return TextEmphasisFillFilled; }