HomeSort by relevance Sort by last modified time
    Searched defs:hasInsertionPoint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.h 44 virtual bool hasInsertionPoint() { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h 69 bool hasInsertionPoint() const
HTMLDocumentParser.cpp 168 // That means hasInsertionPoint() may not be correct in some cases.
169 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser);
601 bool HTMLDocumentParser::hasInsertionPoint()
608 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
752 // That means hasInsertionPoint() may not be correct in some cases.
753 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser);
    [all...]

Completed in 110 milliseconds