Home | History | Annotate | Download | only in rendering

Lines Matching refs:autoWrap

820     if (!style()->autoWrap() || minWidth > maxWidth)
927 bool breakAll = (styleToUse->wordBreak() == BreakAllWordBreak || styleToUse->wordBreak() == BreakWordBreak) && styleToUse->autoWrap();
980 bool isBreakableLocation = isNewline || (isSpace && styleToUse->autoWrap());
1061 if (j < len && styleToUse->autoWrap())
1088 if (style()->autoWrap() || isNewline)
1099 if (!styleToUse->autoWrap())
1134 if (!styleToUse->autoWrap())