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/
DInlineTextBox.cpp554 bool forceBackgroundToWhite = false; in paint() local
557 forceBackgroundToWhite = true; in paint()
559 forceBackgroundToWhite = false; in paint()
563 if (forceBackgroundToWhite) in paint()
569 if (forceBackgroundToWhite) in paint()
575 if (forceBackgroundToWhite) in paint()
DRenderBoxModelObject.cpp538 bool forceBackgroundToWhite = false; in paintFillLayerExtended() local
541 forceBackgroundToWhite = true; in paintFillLayerExtended()
543 forceBackgroundToWhite = false; in paintFillLayerExtended()
553 if (forceBackgroundToWhite) { in paintFillLayerExtended()