Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentParser.h46 virtual bool hasInsertionPoint() { return true; } in hasInsertionPoint() function
DDocument.cpp2147 if (!parser->wasCreatedByScript() && parser->hasInsertionPoint()) in open()
2536 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); in write() local
2537 if (!hasInsertionPoint && m_ignoreDestructiveWriteCount) in write()
2540 if (!hasInsertionPoint) in write()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLInputStream.h69 bool hasInsertionPoint() const in hasInsertionPoint() function
DHTMLDocumentParser.cpp166 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser); in prepareToStopParsing()
608 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint() function in WebCore::HTMLDocumentParser
615 return m_input.hasInsertionPoint() || (wasCreatedByScript() && !m_input.haveSeenEndOfFile()); in hasInsertionPoint()
761 ASSERT(!hasInsertionPoint() || m_haveBackgroundParser); in attemptToRunDeferredScriptsAndEnd()
DHTMLDocumentParser.h123 virtual bool hasInsertionPoint() OVERRIDE;
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm344 00000000022d63d0 t WebCore::HTMLDocumentParser::hasInsertionPoint()<00000000022d63d0>