Searched defs:autoWrap (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1180 || !bidiRuns.logicallyLastRun()->m_object->style()->autoWrap())
2772 bool autoWrap = RenderStyle::autoWrap(currWS); local
2773 autoWrapWasEverTrueOnLine = autoWrapWasEverTrueOnLine || autoWrap;
2883 if ((autoWrap || RenderStyle::autoWrap(lastWS)) && (!current.m_obj->isImage() || allowImagesToBreak)) {
2946 bool breakWords = currentStyle->breakWords() && ((autoWrap && !width.committedWidth()) || currWS == PRE);
2948 bool breakAll = currentStyle->wordBreak() == BreakAllWordBreak && autoWrap;
2990 if (c == softHyphen && autoWrap && !hyphenWidth) {
3047 if (!width.committedWidth() && autoWrap
[all...]
H A DRenderBlock.cpp5988 bool autoWrap, oldAutoWrap; local
5989 autoWrap = oldAutoWrap = styleToUse->autoWrap();
6003 autoWrap = child->isReplaced() ? child->parent()->style()->autoWrap() :
6004 child->style()->autoWrap();
6090 if ((canBreakReplacedElement && (autoWrap || oldAutoWrap) && (!isPrevChildInlineFlow || shouldBreakLineAfterText)) || clearPreviousFloat) {
6116 if (!autoWrap || !canBreakReplacedElement || (isPrevChildInlineFlow && !shouldBreakLineAfterText)) {
6129 if (autoWrap && canBreakReplacedElement && isPrevChildInlineFlow) {
6169 if (autoWrap
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h560 static bool autoWrap(EWhiteSpace ws) function in class:WebCore::RenderStyle
566 bool autoWrap() const function in class:WebCore::RenderStyle
568 return autoWrap(whiteSpace());

Completed in 146 milliseconds