Home
last modified time | relevance | path

Searched refs:forceBackgroundToWhite (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextPainter.cpp129 bool forceBackgroundToWhite = false; in textPaintingStyle() local
132 forceBackgroundToWhite = true; in textPaintingStyle()
134 forceBackgroundToWhite = false; in textPaintingStyle()
136 if (forceBackgroundToWhite) { in textPaintingStyle()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp294 bool forceBackgroundToWhite = false; in paintFillLayerExtended() local
297 forceBackgroundToWhite = true; in paintFillLayerExtended()
299 forceBackgroundToWhite = false; in paintFillLayerExtended()
309 if (forceBackgroundToWhite) { in paintFillLayerExtended()