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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h603 bool previousCharacterIsSpace = m_currentCharacterIsSpace; local
665 if (m_collapseWhiteSpace && previousCharacterIsSpace && m_currentCharacterIsSpace && additionalTempWidth)
712 if (m_ignoringSpaces || !m_collapseWhiteSpace || !m_currentCharacterIsSpace || !previousCharacterIsSpace) {
762 if (m_currentCharacterIsSpace && previousCharacterIsSpace) {
788 if (m_currentCharacterIsSpace && !previousCharacterIsSpace) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp961 bool previousCharacterIsSpace = isSpace; local
988 if (!ignoringSpaces && styleToUse->collapseWhiteSpace() && previousCharacterIsSpace && isSpace)
1116 needsWordSpacing = isSpace && !previousCharacterIsSpace && i == len - 1;

Completed in 70 milliseconds