Searched refs:isCollapsibleWhiteSpace (Results 1 – 4 of 4) sorted by relevance
1030 bool isCollapsibleWhiteSpace = (j < len) && styleToUse->isCollapsibleWhiteSpace(c); in computePreferredLogicalWidths() local1036 … 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()
551 if (nextText->style()->isCollapsibleWhiteSpace(nextChar)) { in shouldSkipWhitespaceAfterStartObject()
915 if (!renderer->style()->isCollapsibleWhiteSpace(text[i])) in collapsedSpaceLength()
611 bool isCollapsibleWhiteSpace(UChar c) const in isCollapsibleWhiteSpace() function