Searched defs:hasInsertionPoint (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.h47 virtual bool hasInsertionPoint() { return true; } function in class:blink::DocumentParser
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLInputStream.h69 bool hasInsertionPoint() const function in class:blink::HTMLInputStream
H A DHTMLDocumentParser.cpp214 // That means hasInsertionPoint() may not be correct in some cases.
215 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser);
690 bool HTMLDocumentParser::hasInsertionPoint() function in class:blink::HTMLDocumentParser
697 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile());
842 // That means hasInsertionPoint() may not be correct in some cases.
843 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser);

Completed in 996 milliseconds