Home | History | Annotate | Download | only in style

Lines Matching refs:_force_backgrounds_to_white

178                    (_force_backgrounds_to_white == other._force_backgrounds_to_white) &&
202 bool _force_backgrounds_to_white : 1;
276 inherited_flags._force_backgrounds_to_white = false;
918 bool forceBackgroundsToWhite() const { return inherited_flags._force_backgrounds_to_white; }
919 void setForceBackgroundsToWhite(bool b=true) { inherited_flags._force_backgrounds_to_white = b; }