OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipNextNewLine
(Results
1 - 2
of
2
) 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)
Completed in 2728 milliseconds