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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.cpp27 #include "core/dom/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.h37 class DocumentParser : public RefCounted<DocumentParser> { class in namespace:WebCore
39 virtual ~DocumentParser();
86 // It should NOT be ok to call any methods on DocumentParser after either
105 explicit DocumentParser(Document*);
117 // Every DocumentParser needs a pointer back to the document.

Completed in 101 milliseconds