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"
34 DocumentParser::DocumentParser(Document* document) function in class:WebCore::DocumentParser
42 DocumentParser::~DocumentParser()
50 void DocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder>)
55 TextResourceDecoder* DocumentParser::decoder()
60 void DocumentParser::startParsing()
65 void DocumentParser::prepareToStopParsing()
71 void DocumentParser
[all...]
H A DDocumentParser.h39 class DocumentParser : public RefCounted<DocumentParser> { class in namespace:WebCore
41 virtual ~DocumentParser();
91 // It should NOT be ok to call any methods on DocumentParser after either
110 explicit DocumentParser(Document*);
122 // Every DocumentParser needs a pointer back to the document.

Completed in 51 milliseconds