Lines Matching refs:HTMLDocumentParser

77 HTMLDocumentParser::HTMLDocumentParser(HTMLDocument* document, bool reportErrors)  in HTMLDocumentParser()  function in WebCore::HTMLDocumentParser
91 HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, Fragmen… in HTMLDocumentParser() function in WebCore::HTMLDocumentParser
103 HTMLDocumentParser::~HTMLDocumentParser() in ~HTMLDocumentParser()
110 void HTMLDocumentParser::detach() in detach()
122 void HTMLDocumentParser::stopParsing() in stopParsing()
130 void HTMLDocumentParser::prepareToStopParsing() in prepareToStopParsing()
136 RefPtr<HTMLDocumentParser> protect(this); in prepareToStopParsing()
154 bool HTMLDocumentParser::isParsingFragment() const in isParsingFragment()
159 bool HTMLDocumentParser::processingData() const in processingData()
164 void HTMLDocumentParser::pumpTokenizerIfPossible(SynchronousMode mode) in pumpTokenizerIfPossible()
178 bool HTMLDocumentParser::isScheduledForResume() const in isScheduledForResume()
184 void HTMLDocumentParser::resumeParsingAfterYield() in resumeParsingAfterYield()
188 RefPtr<HTMLDocumentParser> protect(this); in resumeParsingAfterYield()
196 bool HTMLDocumentParser::runScriptsForPausedTreeBuilder() in runScriptsForPausedTreeBuilder()
208 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session) in canTakeNextToken()
245 void HTMLDocumentParser::pumpTokenizer(SynchronousMode mode) in pumpTokenizer()
302 bool HTMLDocumentParser::hasInsertionPoint() in hasInsertionPoint()
312 void HTMLDocumentParser::insert(const SegmentedString& source) in insert()
319 RefPtr<HTMLDocumentParser> protect(this); in insert()
337 void HTMLDocumentParser::append(const SegmentedString& source) in append()
344 RefPtr<HTMLDocumentParser> protect(this); in append()
372 void HTMLDocumentParser::end() in end()
381 void HTMLDocumentParser::attemptToRunDeferredScriptsAndEnd() in attemptToRunDeferredScriptsAndEnd()
390 void HTMLDocumentParser::attemptToEnd() in attemptToEnd()
402 void HTMLDocumentParser::endIfDelayed() in endIfDelayed()
415 void HTMLDocumentParser::finish() in finish()
430 bool HTMLDocumentParser::finishWasCalled() in finishWasCalled()
436 bool HTMLDocumentParser::isExecutingScript() const in isExecutingScript()
442 bool HTMLDocumentParser::inScriptExecution() const in inScriptExecution()
449 String HTMLDocumentParser::sourceForToken(const HTMLToken& token) in sourceForToken()
454 int HTMLDocumentParser::lineNumber() const in lineNumber()
459 TextPosition0 HTMLDocumentParser::textPosition() const in textPosition()
469 bool HTMLDocumentParser::isWaitingForScripts() const in isWaitingForScripts()
474 void HTMLDocumentParser::resumeParsingAfterScriptExecution() in resumeParsingAfterScriptExecution()
483 void HTMLDocumentParser::watchForLoad(CachedResource* cachedScript) in watchForLoad()
492 void HTMLDocumentParser::stopWatchingForLoad(CachedResource* cachedScript) in stopWatchingForLoad()
497 void HTMLDocumentParser::appendCurrentInputStreamToPreloadScannerAndScan() in appendCurrentInputStreamToPreloadScannerAndScan()
504 void HTMLDocumentParser::notifyFinished(CachedResource* cachedResource) in notifyFinished()
508 RefPtr<HTMLDocumentParser> protect(this); in notifyFinished()
527 void HTMLDocumentParser::executeScriptsWaitingForStylesheets() in executeScriptsWaitingForStylesheets()
540 RefPtr<HTMLDocumentParser> protect(this); in executeScriptsWaitingForStylesheets()
553 ScriptController* HTMLDocumentParser::script() const in script()
558 void HTMLDocumentParser::parseDocumentFragment(const String& source, DocumentFragment* fragment, El… in parseDocumentFragment()
560 …RefPtr<HTMLDocumentParser> parser = HTMLDocumentParser::create(fragment, contextElement, scripting… in parseDocumentFragment()
567 bool HTMLDocumentParser::usePreHTML5ParserQuirks(Document* document) in usePreHTML5ParserQuirks()
573 void HTMLDocumentParser::suspendScheduledTasks() in suspendScheduledTasks()
579 void HTMLDocumentParser::resumeScheduledTasks() in resumeScheduledTasks()