Searched refs:m_skipLeadingNewLineForListing (Results 1 - 2 of 2) sorted by last modified time

/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.cpp122 m_skipLeadingNewLineForListing = false;
291 if (m_skipLeadingNewLineForListing) {
292 m_skipLeadingNewLineForListing = false;
299 // PLAINTEXTState and ignore m_skipLeadingNewLineForListing.
H A DHTMLTokenizer.h157 void setSkipLeadingNewLineForListing(bool value) { m_skipLeadingNewLineForListing = value; }
295 bool m_skipLeadingNewLineForListing; member in class:WebCore::HTMLTokenizer

Completed in 154 milliseconds