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 83 void setShouldSkipLeadingNewline(bool shouldSkip) { m_shouldSkipLeadingNewline = shouldSkip; }
225 bool m_shouldSkipLeadingNewline;
HTMLTreeBuilder.cpp 283 , m_shouldSkipLeadingNewline(false)
301 , m_shouldSkipLeadingNewline(false)
397 m_shouldSkipLeadingNewline = false;
401 m_shouldSkipLeadingNewline = false;
405 m_shouldSkipLeadingNewline = false;
409 m_shouldSkipLeadingNewline = false;
416 m_shouldSkipLeadingNewline = false;
723 m_shouldSkipLeadingNewline = true;
857 m_shouldSkipLeadingNewline = true;
    [all...]

Completed in 31 milliseconds