Searched refs:collapseWhiteSpace (Results 1 – 15 of 15) sorted by relevance
934 bool collapseWhiteSpace = !renderer || renderer->style()->collapseWhiteSpace(); in doApply() local938 … insertTextIntoNode(text, text->length(), collapseWhiteSpace ? nonBreakingSpaceString() : " "); in doApply()940 …RefPtr<Node> node = document()->createEditingTextNode(collapseWhiteSpace ? nonBreakingSpaceString(… in doApply()949 bool collapseWhiteSpace = !renderer || renderer->style()->collapseWhiteSpace(); in doApply() local953 insertTextIntoNode(text, 0, collapseWhiteSpace ? nonBreakingSpaceString() : " "); in doApply()955 …RefPtr<Node> node = document()->createEditingTextNode(collapseWhiteSpace ? nonBreakingSpaceString(… in doApply()
250 ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace()); in doApply()328 ASSERT(!startNode->renderer() || startNode->renderer()->style()->collapseWhiteSpace()); in doApply()
152 ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace()); in doApply()
119 if (renderer->style()->collapseWhiteSpace()) in input()
524 ASSERT(!textNode->renderer() || textNode->renderer()->style()->collapseWhiteSpace()); in fixupWhitespace()529 ASSERT(!textNode->renderer() ||textNode->renderer()->style()->collapseWhiteSpace()); in fixupWhitespace()
385 if (renderer && !renderer->style()->collapseWhiteSpace()) in rebalanceWhitespaceAt()435 if (renderer && !renderer->style()->collapseWhiteSpace()) in prepareWhitespaceAtPositionForSplit()
297 if (!renderer->style()->collapseWhiteSpace()) { in handleTextNode()
365 if (endpoint.obj->style()->collapseWhiteSpace()) { in checkMidpoints()705 if (r->m_object->style()->collapseWhiteSpace()) { in computeHorizontalPositionsForLine()1460 …return style->collapseWhiteSpace() || (style->whiteSpace() == PRE_WRAP && (!isLineEmpty || !previo… in shouldCollapseWhiteSpace()1683 bool collapseWhiteSpace = RenderStyle::collapseWhiteSpace(currWS); in findNextLineBreak() local1775 } else if (style()->collapseWhiteSpace() && resolver.position().obj == o in findNextLineBreak()1811 … if (style()->collapseWhiteSpace() && shouldSkipWhitespaceAfterStartObject(this, o)) { in findNextLineBreak()1860 if (!collapseWhiteSpace || !currentCharacterIsSpace) in findNextLineBreak()2020 if (!ignoringSpaces && o->style()->collapseWhiteSpace()) { in findNextLineBreak()2055 if (collapseWhiteSpace && currentCharacterIsSpace && !ignoringSpaces) in findNextLineBreak()2057 else if (!o->style()->collapseWhiteSpace() || !currentCharacterIsSpace) in findNextLineBreak()[all …]
448 bool collapseWhiteSpace = style()->collapseWhiteSpace(); in trimmedPrefWidths() local449 if (!collapseWhiteSpace) in trimmedPrefWidths()490 stripFrontSpaces = collapseWhiteSpace && m_hasEndWS; in trimmedPrefWidths()598 if (!style()->collapseWhiteSpace()) { in calcPrefWidths()611 if (!ignoringSpaces && style()->collapseWhiteSpace() && previousCharacterIsSpace && isSpace) in calcPrefWidths()
121 bool allowTabs() const { return !style()->collapseWhiteSpace(); } in allowTabs()
858 if (!curr->style()->collapseWhiteSpace()) in shouldDrawTextDecoration()
4143 if (style()->collapseWhiteSpace()) in calcInlinePrefWidths()
473 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace() function479 bool collapseWhiteSpace() const in collapseWhiteSpace() function481 return collapseWhiteSpace(whiteSpace()); in collapseWhiteSpace()489 return collapseWhiteSpace(); in isCollapsibleWhiteSpace()
7789 (khtml::RenderStyle::collapseWhiteSpace):
41718 (WebCore::RenderStyle::collapseWhiteSpace):