HomeSort by relevance Sort by last modified time
    Searched refs:m_lastCharacter (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Latin1TextIterator.h 36 , m_lastCharacter(lastCharacter)
42 if (m_currentCharacter >= m_lastCharacter)
62 int m_lastCharacter;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SurrogatePairAwareTextIterator.h 38 if (m_currentCharacter >= m_lastCharacter)
65 int m_lastCharacter;
SurrogatePairAwareTextIterator.cpp 36 , m_lastCharacter(lastCharacter)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.h 42 UChar m_lastCharacter;
SVGTextLayoutEngineSpacing.cpp 38 , m_lastCharacter(0)
93 UChar lastCharacter = m_lastCharacter;
94 m_lastCharacter = currentCharacter;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 183 UChar m_lastCharacter;
281 UChar m_lastCharacter;
TextIterator.cpp 302 m_lastCharacter = 0;
632 if (needSpace && !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) {
769 m_lastCharacter = m_text[m_textLength - 1];
775 m_lastCharacter = 0;
    [all...]

Completed in 1266 milliseconds