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

  /external/webkit/Source/WebCore/dom/
DocumentParser.cpp 27 #include "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 36 class DocumentParser : public RefCounted<DocumentParser> {
38 virtual ~DocumentParser();
80 // It should NOT be ok to call any methods on DocumentParser after either
99 DocumentParser(Document*);
111 // Every DocumentParser needs a pointer back to the document.

Completed in 351 milliseconds