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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h251 m_autoWrap = RenderStyle::autoWrap(m_currWS);
449 if ((m_autoWrap || RenderStyle::autoWrap(m_lastWS)) && (!m_current.object()->isImage() || m_allowImagesToBreak)) {
541 if (m_autoWrap && !RenderStyle::autoWrap(m_lastWS) && m_ignoringSpaces) {
842 } else if (m_nextObject && m_current.object()->isText() && m_nextObject->isText() && !m_nextObject->isBR() && (m_autoWrap || m_nextObject->style()->autoWrap())) {
888 } else if (m_blockStyle->autoWrap() && !m_width.fitsOnLine() && !m_width.committedWidth()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1212 bool autoWrap, oldAutoWrap; local
1213 autoWrap = oldAutoWrap = styleToUse->autoWrap();
1227 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
1228 child->style()->autoWrap();
1325 if ((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat) {
1351 if (!autoWrap || !canBreakReplacedElement || (isPrevChildInlineFlow && !shouldBreakLineAfterText)) {
1364 if (autoWrap && canBreakReplacedElement && isPrevChildInlineFlow) {
1404 if (autoWrap
[all...]
H A DRenderText.cpp820 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())
H A DInlineIterator.h511 || !runs.logicallyLastRun()->m_object->style()->autoWrap())
H A DTextAutosizer.cpp262 if (!block->style()->autoWrap())
H A DRenderTableCell.cpp151 if (node() && style()->autoWrap()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h588 static bool autoWrap(EWhiteSpace ws) function in class:blink::RenderStyle
594 bool autoWrap() const function in class:blink::RenderStyle
596 return autoWrap(whiteSpace());

Completed in 218 milliseconds