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

  /external/webkit/Source/WebCore/dom/
DocumentParser.h 43 virtual bool hasInsertionPoint() { return true; }
Document.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLInputStream.h 68 bool hasInsertionPoint() const
HTMLDocumentParser.cpp 132 ASSERT(!hasInsertionPoint());
302 bool HTMLDocumentParser::hasInsertionPoint()
309 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
384 ASSERT(!hasInsertionPoint());
HTMLDocumentParser.h 99 virtual bool hasInsertionPoint();

Completed in 153 milliseconds