Searched refs:isStopped (Results 1 – 10 of 10) sorted by relevance
228 if (isStopped()) in prepareToStopParsing()257 if (isStopped()) in pumpTokenizerIfPossible()308 if (isStopped()) in canTakeNextToken()323 if (isStopped()) in canTakeNextToken()438 ASSERT(!isStopped()); in processParsedChunkFromBackgroundParser()458 if (isStopped()) in processParsedChunkFromBackgroundParser()480 if (isStopped()) in processParsedChunkFromBackgroundParser()503 if (!isStopped()) in processParsedChunkFromBackgroundParser()522 ASSERT(!isStopped()); in pumpPendingSpeculations()536 if (isStopped() || isWaitingForScripts()) in pumpPendingSpeculations()[all …]
48 private boolean isStopped; field in EventScanner106 isStopped = true; in stop()120 this.isStopped = true; in forceStop()471 if (this.isStopped) { in run()522 if (!this.isStopped) { in run()
355 if (isStopped() || m_sawXSLTransform) in append()389 if (isStopped()) in exitText()893 if (isStopped()) in doWrite()957 if (isStopped()) in startElementNs()1012 if (isStopped()) { in startElementNs()1031 if (isStopped()) in endElementNs()1108 if (isStopped()) in characters()1123 if (isStopped()) in error()1139 if (isStopped()) in processingInstruction()1181 if (isStopped()) in cdataBlock()[all …]
43 if (!isStopped()) in finish()
79 bool isStopped() const { return m_state >= StoppedState; } in isStopped() function
1013 bool isStopped() const { return m_lifecycle.state() == DocumentLifecycle::Stopped; } in isStopped() function
135 ASSERT(m_parser && !m_parser->isStopped()); in setDocumentWasLoadedAsPartOfNavigation()
141 if (!isStopped() && document()->imageElement() && document()->cachedImage()) { in finish()
951 if (m_responseDocumentParser && !m_responseDocumentParser->isStopped()) in internalAbort()
515 ASSERT(m_document->isStopped()); in ~LocalDOMWindow()