Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp369 bool previousCharacterWasSpace = false; in stringWithRebalancedWhitespace() local
374 previousCharacterWasSpace = false; in stringWithRebalancedWhitespace()
378 …if (previousCharacterWasSpace || (!i && startIsStartOfParagraph) || (i + 1 == length && endIsEndOf… in stringWithRebalancedWhitespace()
380 previousCharacterWasSpace = false; in stringWithRebalancedWhitespace()
383 previousCharacterWasSpace = true; in stringWithRebalancedWhitespace()