Home
last modified time | relevance | path

Searched refs:printColorAdjust (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp562 if (styleToUse->printColorAdjust() == PrintColorAdjustEconomy) in paint()
DRenderBoxModelObject.cpp542 if (style()->printColorAdjust() == PrintColorAdjustEconomy) in paintFillLayerExtended()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1227 …PrintColorAdjust printColorAdjust() const { return static_cast<PrintColorAdjust>(inherited_flags.m… in printColorAdjust() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1833 return cssValuePool().createValue(style->printColorAdjust()); in getPropertyCSSValue()