Home | History | Annotate | Download | only in style

Lines Matching refs:_force_backgrounds_to_white

178                 && (_force_backgrounds_to_white == other._force_backgrounds_to_white)
203 bool _force_backgrounds_to_white : 1;
283 inherited_flags._force_backgrounds_to_white = false;
1023 bool forceBackgroundsToWhite() const { return inherited_flags._force_backgrounds_to_white; }
1024 void setForceBackgroundsToWhite(bool b=true) { inherited_flags._force_backgrounds_to_white = b; }