Searched refs:hasInsertionPoint (Results 1 – 6 of 6) sorted by relevance
46 virtual bool hasInsertionPoint() { return true; } in hasInsertionPoint() function
2147 if (!parser->wasCreatedByScript() && parser->hasInsertionPoint()) in open()2536 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); in write() local2537 if (!hasInsertionPoint && m_ignoreDestructiveWriteCount) in write()2540 if (!hasInsertionPoint) in write()
69 bool hasInsertionPoint() const in hasInsertionPoint() function
166 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser); in prepareToStopParsing()608 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint() function in WebCore::HTMLDocumentParser615 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile()); in hasInsertionPoint()761 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser); in attemptToRunDeferredScriptsAndEnd()
123 virtual bool hasInsertionPoint() OVERRIDE;
344 00000000022d63d0 t WebCore::HTMLDocumentParser::hasInsertionPoint()<00000000022d63d0>