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()
93 UChar lastCharacter = m_lastCharacter; in calculateCSSKerningAndSpacing()
94 m_lastCharacter = currentCharacter; in calculateCSSKerningAndSpacing()
DSVGTextLayoutEngineSpacing.h42 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.cpp302 m_lastCharacter = 0; in TextIterator()
632 if (needSpace && !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) { in handleTextBox()
769 m_lastCharacter = m_text[m_textLength - 1]; in handleReplacedElement()
775 m_lastCharacter = 0; in handleReplacedElement()
940 if (m_lastCharacter == '\n') in shouldRepresentNodeOffsetZero()
1049 if (m_lastCharacter != '\n') { in exitNode()
1084 m_lastCharacter = c; in emitCharacter()
1102 m_lastCharacter = m_text[textEndOffset - 1]; in emitText()
1165 , m_lastCharacter(0) in SimplifiedBackwardsTextIterator()
1215 m_lastCharacter = '\n'; in SimplifiedBackwardsTextIterator()
[all …]
DTextIterator.h183 UChar m_lastCharacter; variable
281 UChar m_lastCharacter; variable