Searched defs:DocumentParser (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentParser.cpp27 #include "DocumentParser.h"
33 DocumentParser::DocumentParser(Document* document) function in class:WebCore::DocumentParser
41 DocumentParser::~DocumentParser()
49 void DocumentParser::startParsing()
54 void DocumentParser::prepareToStopParsing()
60 void DocumentParser::stopParsing()
65 void DocumentParser::detach()
71 void DocumentParser
[all...]
H A DDocumentParser.h36 class DocumentParser : public RefCounted<DocumentParser> { class in namespace:WebCore
38 virtual ~DocumentParser();
80 // It should NOT be ok to call any methods on DocumentParser after either
99 DocumentParser(Document*);
111 // Every DocumentParser needs a pointer back to the document.

Completed in 1880 milliseconds