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 47 virtual bool hasInsertionPoint() { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLInputStream.h 69 bool hasInsertionPoint() const
HTMLDocumentParser.cpp 214 // That means hasInsertionPoint() may not be correct in some cases.
215 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser);
690 bool HTMLDocumentParser::hasInsertionPoint()
697 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
    [all...]

Completed in 50 milliseconds