Searched refs:autoWrap (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp676 || !bidiRuns.logicallyLastRun()->m_object->style()->autoWrap())
773 bool autowrap = style()->autoWrap();
1859 bool autoWrap = RenderStyle::autoWrap(currWS); local
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;
[all...]
H A DRenderText.cpp571 if (style()->autoWrap()) {
707 if (!style()->autoWrap() || minW > maxW)
808 bool breakNBSP = style()->autoWrap() && style()->nbspMode() == SPACE;
809 bool breakAll = (style()->wordBreak() == BreakAllWordBreak || style()->wordBreak() == BreakWordBreak) && style()->autoWrap();
889 if (j < len && style()->autoWrap())
916 if (style()->autoWrap() || isNewline)
927 if (!style()->autoWrap())
953 if (!style()->autoWrap())
H A DRenderBlock.cpp4640 if (!style()->autoWrap() && childrenInline()) {
4804 bool autoWrap, oldAutoWrap; local
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
[all...]
H A DRenderTableCell.cpp138 if (node() && style()->autoWrap()) {
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h512 static bool autoWrap(EWhiteSpace ws) function in class:WebCore::RenderStyle
518 bool autoWrap() const function in class:WebCore::RenderStyle
520 return autoWrap(whiteSpace());

Completed in 248 milliseconds