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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h788 bool previousCharacterIsSpace = m_currentCharacterIsSpace; local
894 if (m_ignoringSpaces || !m_collapseWhiteSpace || !m_currentCharacterIsSpace || !previousCharacterIsSpace) {
944 if (m_currentCharacterIsSpace && previousCharacterIsSpace) {
970 if (m_currentCharacterIsSpace && !previousCharacterIsSpace) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp943 bool previousCharacterIsSpace = isSpace; local
970 if (!ignoringSpaces && styleToUse->collapseWhiteSpace() && previousCharacterIsSpace && isSpace)
1085 needsWordSpacing = isSpace && !previousCharacterIsSpace && i == len - 1;

Completed in 112 milliseconds