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 40 UChar m_lastCharacter;
SVGTextLayoutEngineSpacing.cpp 38 , m_lastCharacter(0)
89 UChar lastCharacter = m_lastCharacter;
90 m_lastCharacter = currentCharacter;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 183 UChar m_lastCharacter;
284 UChar m_lastCharacter;
TextIterator.cpp 255 , m_lastCharacter(0)
286 , m_lastCharacter(0)
679 if (needSpace && !renderer->style()->isCollapsibleWhiteSpace(m_lastCharacter) && m_lastCharacter) {
821 m_lastCharacter = m_text[m_textLength - 1];
827 m_lastCharacter = 0;
    [all...]

Completed in 145 milliseconds