HomeSort by relevance Sort by last modified time
    Searched defs:DocumentParser (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.cpp 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(
    [all...]
DocumentParser.h 39 class DocumentParser : public RefCountedWillBeGarbageCollectedFinalized<DocumentParser> {
41 virtual ~DocumentParser();
92 // It should NOT be ok to call any methods on DocumentParser after either
112 explicit DocumentParser(Document*);
124 // Every DocumentParser needs a pointer back to the document.

Completed in 44 milliseconds