Home
last modified time | relevance | path

Searched refs:isCollapsibleWhiteSpace (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp1030 bool isCollapsibleWhiteSpace = (j < len) && styleToUse->isCollapsibleWhiteSpace(c); in computePreferredLogicalWidths() local
1036 … if (wordSpacing && (isSpace || isCollapsibleWhiteSpace) && !containsOnlyWhitespace(j, len-j)) in computePreferredLogicalWidths()
1118 if (!style()->isCollapsibleWhiteSpace(characters8()[i])) in isAllCollapsibleWhitespace()
1124 if (!style()->isCollapsibleWhiteSpace(characters16()[i])) in isAllCollapsibleWhitespace()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h551 if (nextText->style()->isCollapsibleWhiteSpace(nextChar)) { in shouldSkipWhitespaceAfterStartObject()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp915 if (!renderer->style()->isCollapsibleWhiteSpace(text[i])) in collapsedSpaceLength()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h611 bool isCollapsibleWhiteSpace(UChar c) const in isCollapsibleWhiteSpace() function