Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp372 bool previousCharacterWasSpace = false; in stringWithRebalancedWhitespace() local
375 previousCharacterWasSpace = false; in stringWithRebalancedWhitespace()
379 …if (previousCharacterWasSpace || (!i && startIsStartOfParagraph) || (i + 1 == rebalancedString.siz… in stringWithRebalancedWhitespace()
381 previousCharacterWasSpace = false; in stringWithRebalancedWhitespace()
384 previousCharacterWasSpace = true; in stringWithRebalancedWhitespace()