Searched refs:m_skipNextNewLine (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DInputStreamPreprocessor.h64 m_skipNextNewLine = false;
79 bool skipNextNewLine() const { return m_skipNextNewLine; }
84 m_skipNextNewLine = skipNextNewLine;
93 if (m_nextInputCharacter == '\n' && m_skipNextNewLine) {
94 m_skipNextNewLine = false;
102 m_skipNextNewLine = true;
104 m_skipNextNewLine = false;
132 bool m_skipNextNewLine; member in class:blink::InputStreamPreprocessor

Completed in 59 milliseconds