Home | History | Annotate | Download | only in rendering

Lines Matching defs:autoWrap

4640         if (!style()->autoWrap() && childrenInline()) {
4804 bool autoWrap, oldAutoWrap;
4805 autoWrap = oldAutoWrap = style()->autoWrap();
4811 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
4812 child->style()->autoWrap();
4898 if ((canBreakReplacedElement && (autoWrap || oldAutoWrap)) || clearPreviousFloat) {
4921 if (!autoWrap || !canBreakReplacedElement) {
4968 if (autoWrap && (beginWS || endWS)) {
5039 oldAutoWrap = autoWrap;