HomeSort by relevance Sort by last modified time
    Searched refs:forceBackgroundToWhite (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextPainter.cpp 129 bool forceBackgroundToWhite = false;
132 forceBackgroundToWhite = true;
134 forceBackgroundToWhite = false;
136 if (forceBackgroundToWhite) {
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 294 bool forceBackgroundToWhite = false;
297 forceBackgroundToWhite = true;
299 forceBackgroundToWhite = false;
309 if (forceBackgroundToWhite) {
    [all...]

Completed in 1518 milliseconds