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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.h 86 void setShouldSkipLeadingNewline(bool shouldSkip) { m_shouldSkipLeadingNewline = shouldSkip; }
230 bool m_shouldSkipLeadingNewline;
HTMLTreeBuilder.cpp 284 , m_shouldSkipLeadingNewline(false)
302 , m_shouldSkipLeadingNewline(false)
404 m_shouldSkipLeadingNewline = false;
734 m_shouldSkipLeadingNewline = true;
868 m_shouldSkipLeadingNewline = true;
    [all...]

Completed in 157 milliseconds