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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
InputStreamPreprocessor.h 79 bool skipNextNewLine() const { return m_skipNextNewLine; }
81 void reset(bool skipNextNewLine = false)
84 m_skipNextNewLine = skipNextNewLine;
HTMLTokenizer.h 128 bool skipNextNewLine;
136 , skipNextNewLine(false)
HTMLTokenizer.cpp 141 result.skipNextNewLine = m_inputStreamPreprocessor.skipNextNewLine();
151 m_inputStreamPreprocessor.reset(checkpoint.skipNextNewLine);
    [all...]

Completed in 31 milliseconds