Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DLatin1TextIterator.h36 , m_lastCharacter(lastCharacter) in Latin1TextIterator()
42 if (m_currentCharacter >= m_lastCharacter) in consume()
62 int m_lastCharacter; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp38 , m_lastCharacter(0) in SVGTextLayoutEngineSpacing()
89 UChar lastCharacter = m_lastCharacter; in calculateCSSSpacing()
90 m_lastCharacter = currentCharacter; in calculateCSSSpacing()
DSVGTextLayoutEngineSpacing.h40 UChar m_lastCharacter; variable
/external/chromium_org/third_party/WebKit/Source/platform/text/
DSurrogatePairAwareTextIterator.h38 if (m_currentCharacter >= m_lastCharacter) in consume()
65 int m_lastCharacter; variable
DSurrogatePairAwareTextIterator.cpp36 , m_lastCharacter(lastCharacter) in SurrogatePairAwareTextIterator()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp255 , m_lastCharacter(0) in TextIterator()
286 , m_lastCharacter(0) in TextIterator()
679 …if (needSpace && !renderer->style()->isCollapsibleWhiteSpace(m_lastCharacter) && m_lastCharacter) { in handleTextBox()
821 m_lastCharacter = m_text[m_textLength - 1]; in handleReplacedElement()
827 m_lastCharacter = 0; in handleReplacedElement()
992 if (m_lastCharacter == '\n') in shouldRepresentNodeOffsetZero()
1101 if (m_lastCharacter != '\n') { in exitNode()
1136 m_lastCharacter = c; in emitCharacter()
1154 m_lastCharacter = m_text[textEndOffset - 1]; in emitText()
1217 , m_lastCharacter(0) in SimplifiedBackwardsTextIterator()
[all …]
DTextIterator.h183 UChar m_lastCharacter; variable
284 UChar m_lastCharacter; variable