Searched refs:isHTMLLineBreak (Results 1 – 4 of 4) sorted by relevance
94 if (!propertyStart || !isHTMLLineBreak(m_styleText[propertyStart - 1])) in insertProperty()97 if (!isHTMLLineBreak(m_styleText[propertyStart])) in insertProperty()130 if (isHTMLLineBreak(newText[newTextLength - 1])) { in internalReplaceProperty()137 isLastNewline = isHTMLLineBreak(m_styleText[i]); in internalReplaceProperty()
779 bool isLineFeed = isHTMLLineBreak(ch); in newLineAndWhitespaceDelimiters()
96 inline bool isHTMLLineBreak(UChar character) in isHTMLLineBreak() function
247 String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak); in sanitizeValue()