Searched refs:hasInsertionPoint (Results 1 – 7 of 7) sorted by relevance
132 ASSERT(!hasInsertionPoint()); in prepareToStopParsing()302 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint() function in WebCore::HTMLDocumentParser309 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile()); in hasInsertionPoint()384 ASSERT(!hasInsertionPoint()); in attemptToRunDeferredScriptsAndEnd()
68 bool hasInsertionPoint() const in hasInsertionPoint() function
99 virtual bool hasInsertionPoint();
43 virtual bool hasInsertionPoint() { return true; } in hasInsertionPoint() function
1934 if (!parser->wasCreatedByScript() && parser->hasInsertionPoint()) in open()2247 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); in write() local2248 if (!hasInsertionPoint && m_ignoreDestructiveWriteCount) in write()2251 if (!hasInsertionPoint) in write()
4989 (WebCore::HTMLDocumentParser::hasInsertionPoint):4994 (WebCore::HTMLInputStream::hasInsertionPoint):
60267 (WebCore::HTMLInputStream::hasInsertionPoint):94499 (WebCore::DocumentParser::hasInsertionPoint):94508 (WebCore::HTMLDocumentParser::hasInsertionPoint):