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"
33 DocumentParser::DocumentParser(Document* document)
41 DocumentParser::~DocumentParser()
49 void DocumentParser::startParsing()
54 void DocumentParser::prepareToStopParsing()
60 void DocumentParser::stopParsing()
65 void DocumentParser::detach()
71 void DocumentParser::suspendScheduledTasks(
    [all...]
DocumentParser.h 37 class DocumentParser : public RefCounted<DocumentParser> {
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 30 milliseconds