Searched refs:m_collapseWhiteSpace (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 77 , m_collapseWhiteSpace(false) in BreakingContext() 146 bool m_collapseWhiteSpace; variable 256 m_collapseWhiteSpace = RenderStyle::collapseWhiteSpace(m_currWS); in initializeForCurrentObject() 263 if (!m_collapseWhiteSpace) in increment() 608 if (!m_collapseWhiteSpace || !m_currentCharacterIsSpace) in handleText() 621 …SurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace); in handleText() 657 …et() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasu… in handleText() 659 …offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasu… in handleText() 665 …if (m_collapseWhiteSpace && previousCharacterIsSpace && m_currentCharacterIsSpace && additionalTem… in handleText() 683 …_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasu… in handleText() [all …]
|