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

/external/webkit/WebCore/rendering/
H A DRenderText.cpp619 bool previousCharacterIsSpace = isSpace; local
643 if (!ignoringSpaces && style()->collapseWhiteSpace() && previousCharacterIsSpace && isSpace)
737 needsWordSpacing = isSpace && !previousCharacterIsSpace && i == len - 1;
H A DRenderBlockLineLayout.cpp1657 bool previousCharacterIsSpace = currentCharacterIsSpace; local
1743 applyWordSpacing = wordSpacing && currentCharacterIsSpace && !previousCharacterIsSpace;
1831 if (currentCharacterIsSpace && previousCharacterIsSpace) {
1849 if (currentCharacterIsSpace && !previousCharacterIsSpace) {

Completed in 46 milliseconds