Home
last modified time | relevance | path

Searched defs:hasInsertionPoint (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentParser.h43 virtual bool hasInsertionPoint() { return true; } in hasInsertionPoint() function
DDocument.cpp2247 bool hasInsertionPoint = m_parser && m_parser->hasInsertionPoint(); in write() local
/external/webkit/Source/WebCore/html/parser/
DHTMLInputStream.h68 bool hasInsertionPoint() const in hasInsertionPoint() function
DHTMLDocumentParser.cpp302 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint() function in WebCore::HTMLDocumentParser