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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSourceTracker.cpp 45 m_previousSource.append(m_currentSource);
47 m_currentSource = currentInput;
48 token.setBaseOffset(m_currentSource.numberOfCharactersConsumed() - m_previousSource.length());
67 length = m_previousSource.length() + m_currentSource.length() - 1;
82 ASSERT(!m_currentSource.isEmpty());
83 source.append(m_currentSource.currentChar());
84 m_currentSource.advance();
HTMLSourceTracker.h 51 SegmentedString m_currentSource;

Completed in 295 milliseconds