Home
last modified time | relevance | path

Searched refs:hasInsertionPoint (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.cpp132 ASSERT(!hasInsertionPoint()); in prepareToStopParsing()
302 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint() function in WebCore::HTMLDocumentParser
309 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile()); in hasInsertionPoint()
384 ASSERT(!hasInsertionPoint()); in attemptToRunDeferredScriptsAndEnd()
DHTMLInputStream.h68 bool hasInsertionPoint() const in hasInsertionPoint() function
DHTMLDocumentParser.h99 virtual bool hasInsertionPoint();
/external/webkit/Source/WebCore/dom/
DDocumentParser.h43 virtual bool hasInsertionPoint() { return true; } in hasInsertionPoint() function
DDocument.cpp1934 if (!parser->wasCreatedByScript() && parser->hasInsertionPoint()) in open()
2247 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); in write() local
2248 if (!hasInsertionPoint && m_ignoreDestructiveWriteCount) in write()
2251 if (!hasInsertionPoint) in write()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-164989 (WebCore::HTMLDocumentParser::hasInsertionPoint):
4994 (WebCore::HTMLInputStream::hasInsertionPoint):
DChangeLog-2010-12-0660267 (WebCore::HTMLInputStream::hasInsertionPoint):
94499 (WebCore::DocumentParser::hasInsertionPoint):
94508 (WebCore::HTMLDocumentParser::hasInsertionPoint):