Searched refs:hasInsertionPoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentParser.h43 virtual bool hasInsertionPoint() { return true; } function in class:WebCore::DocumentParser
H A DDocument.cpp1934 if (!parser->wasCreatedByScript() && parser->hasInsertionPoint())
2247 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); local
2248 if (!hasInsertionPoint && m_ignoreDestructiveWriteCount)
2251 if (!hasInsertionPoint)
/external/webkit/Source/WebCore/html/parser/
H A DHTMLInputStream.h68 bool hasInsertionPoint() const function in class:WebCore::HTMLInputStream
H A DHTMLDocumentParser.cpp132 ASSERT(!hasInsertionPoint());
302 bool HTMLDocumentParser::hasInsertionPoint() function in class:WebCore::HTMLDocumentParser
309 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
384 ASSERT(!hasInsertionPoint());
H A DHTMLDocumentParser.h99 virtual bool hasInsertionPoint();

Completed in 53 milliseconds