Home | History | Annotate | Download | only in rendering

Lines Matching defs:autoWrap

676         || !bidiRuns.logicallyLastRun()->m_object->style()->autoWrap())
773 bool autowrap = style()->autoWrap();
780 doTextWrap = autowrap && !positioned &&
1859 bool autoWrap = RenderStyle::autoWrap(currWS);
1860 autoWrapWasEverTrueOnLine = autoWrapWasEverTrueOnLine || autoWrap;
1966 if ((autoWrap || RenderStyle::autoWrap(lastWS)) && (!o->isImage() || allowImagesToBreak)) {
2030 bool breakNBSP = autoWrap && o->style()->nbspMode() == SPACE;
2033 bool breakWords = o->style()->breakWords() && ((autoWrap && !width.committedWidth()) || currWS == PRE);
2035 bool breakAll = o->style()->wordBreak() == BreakAllWordBreak && autoWrap;
2053 if (c == softHyphen && autoWrap && !hyphenWidth && style->hyphens() != HyphensNone) {
2108 if (!width.committedWidth() && autoWrap && !width.fitsOnLine())
2111 if (autoWrap || breakWords) {
2147 if (!betweenWords || (midWordBreak && !autoWrap))
2169 if (autoWrap && betweenWords) {
2228 if (autoWrap && o->style()->breakOnlyAfterWhiteSpace())
2261 bool checkForBreak = autoWrap;
2265 if (autoWrap || (next->style()->autoWrap())) {
2314 if (last->isReplaced() && autoWrap && (!last->isImage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) {