PrintColorAdjust  227 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(PrintColorAdjust value)
PrintColorAdjust  241 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator PrintColorAdjust() const
PrintColorAdjust 1212 Source/core/rendering/style/RenderStyle.h     PrintColorAdjust printColorAdjust() const { return static_cast<PrintColorAdjust>(inherited_flags.m_printColorAdjust); }
PrintColorAdjust 1213 Source/core/rendering/style/RenderStyle.h     void setPrintColorAdjust(PrintColorAdjust value) { inherited_flags.m_printColorAdjust = value; }
PrintColorAdjust 1653 Source/core/rendering/style/RenderStyle.h     static PrintColorAdjust initialPrintColorAdjust() { return PrintColorAdjustEconomy; }