OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
135
,
skipNextNewLine
(false)
HTMLTokenizer.cpp
144
result.
skipNextNewLine
= m_inputStreamPreprocessor.
skipNextNewLine
();
154
m_inputStreamPreprocessor.reset(checkpoint.
skipNextNewLine
);
[
all
...]
Completed in 889 milliseconds