Home
last modified time | relevance | path

Searched refs:PrintColorAdjustEconomy (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h41 PrintColorAdjustEconomy, enumerator
DRenderStyle.h1651 static PrintColorAdjust initialPrintColorAdjust() { return PrintColorAdjustEconomy; } in initialPrintColorAdjust()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h249 case PrintColorAdjustEconomy: in CSSPrimitiveValue()
260 return PrintColorAdjustEconomy; in PrintColorAdjust()
268 return PrintColorAdjustEconomy; in PrintColorAdjust()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp556 if (styleToUse->printColorAdjust() == PrintColorAdjustEconomy) in paint()
DRenderBoxModelObject.cpp540 if (style()->printColorAdjust() == PrintColorAdjustEconomy) in paintFillLayerExtended()