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

/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp372 bool previousCharacterWasSpace = false; local
375 previousCharacterWasSpace = false;
379 if (previousCharacterWasSpace || (!i && startIsStartOfParagraph) || (i + 1 == rebalancedString.size() && endIsEndOfParagraph)) {
381 previousCharacterWasSpace = false;
384 previousCharacterWasSpace = true;

Completed in 66 milliseconds