Home | History | Annotate | Download | only in rendering

Lines Matching refs:autoWrap

4621         if (!style()->autoWrap() && childrenInline()) {
4785 bool autoWrap, oldAutoWrap;
4786 autoWrap = oldAutoWrap = style()->autoWrap();
4792 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
4793 child->style()->autoWrap();
4879 if ((canBreakReplacedElement && (autoWrap || oldAutoWrap)) || clearPreviousFloat) {
4902 if (!autoWrap || !canBreakReplacedElement) {
4949 if (autoWrap && (beginWS || endWS)) {
5020 oldAutoWrap = autoWrap;