Home | History | Annotate | Download | only in dom

Lines Matching defs:DocumentParser

27 #include "core/dom/DocumentParser.h"
35 DocumentParser::DocumentParser(Document* document)
43 DocumentParser::~DocumentParser()
53 void DocumentParser::trace(Visitor* visitor)
58 void DocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder>)
63 TextResourceDecoder* DocumentParser::decoder()
68 void DocumentParser::startParsing()
73 void DocumentParser::prepareToStopParsing()
79 void DocumentParser::stopParsing()
84 void DocumentParser::detach()
90 void DocumentParser::suspendScheduledTasks()
94 void DocumentParser::resumeScheduledTasks()