HomeSort by relevance Sort by last modified time
    Searched defs:hasInsertionPoint (Results 1 - 4 of 4) 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 136 ASSERT(!hasInsertionPoint());
306 bool HTMLDocumentParser::hasInsertionPoint()
313 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
398 ASSERT(!hasInsertionPoint());

Completed in 63 milliseconds