Home | History | Annotate | Download | only in rendering

Lines Matching refs:autoWrap

676         || !bidiRuns.logicallyLastRun()->m_object->style()->autoWrap())
773 bool autowrap = style()->autoWrap();
780 doTextWrap = autowrap && !positioned &&
1855 bool autoWrap = RenderStyle::autoWrap(currWS);
1856 autoWrapWasEverTrueOnLine = autoWrapWasEverTrueOnLine || autoWrap;
1962 if ((autoWrap || RenderStyle::autoWrap(lastWS)) && (!o->isImage() || allowImagesToBreak)) {
2026 bool breakNBSP = autoWrap && o->style()->nbspMode() == SPACE;
2029 bool breakWords = o->style()->breakWords() && ((autoWrap && !width.committedWidth()) || currWS == PRE);
2031 bool breakAll = o->style()->wordBreak() == BreakAllWordBreak && autoWrap;
2049 if (c == softHyphen && autoWrap && !hyphenWidth && style->hyphens() != HyphensNone) {
2104 if (!width.committedWidth() && autoWrap && !width.fitsOnLine())
2107 if (autoWrap || breakWords) {
2143 if (!betweenWords || (midWordBreak && !autoWrap))
2165 if (autoWrap && betweenWords) {
2224 if (autoWrap && o->style()->breakOnlyAfterWhiteSpace())
2257 bool checkForBreak = autoWrap;
2261 if (autoWrap || (next->style()->autoWrap())) {
2310 if (last->isReplaced() && autoWrap && (!last->isImage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) {