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

  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.h 157 void setSkipLeadingNewLineForListing(bool value) { m_skipLeadingNewLineForListing = value; }
295 bool m_skipLeadingNewLineForListing;
HTMLTokenizer.cpp 122 m_skipLeadingNewLineForListing = false;
291 if (m_skipLeadingNewLineForListing) {
292 m_skipLeadingNewLineForListing = false;
299 // PLAINTEXTState and ignore m_skipLeadingNewLineForListing.
    [all...]

Completed in 46 milliseconds