Home
last modified time | relevance | path

Searched refs:isStopped (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp228 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 …]
/external/nist-sip/java/gov/nist/javax/sip/
DEventScanner.java48 private boolean isStopped; field in EventScanner
106 isStopped = true; in stop()
120 this.isStopped = true; in forceStop()
471 if (this.isStopped) { in run()
522 if (!this.isStopped) { in run()
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp355 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 …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRawDataDocumentParser.h43 if (!isStopped()) in finish()
DDocumentParser.h79 bool isStopped() const { return m_state >= StoppedState; } in isStopped() function
DDocument.h1013 bool isStopped() const { return m_lifecycle.state() == DocumentLifecycle::Stopped; } in isStopped() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentWriter.cpp135 ASSERT(m_parser && !m_parser->isStopped()); in setDocumentWasLoadedAsPartOfNavigation()
/external/chromium_org/third_party/WebKit/Source/core/html/
DImageDocument.cpp141 if (!isStopped() && document()->imageElement() && document()->cachedImage()) { in finish()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp951 if (m_responseDocumentParser && !m_responseDocumentParser->isStopped()) in internalAbort()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.cpp515 ASSERT(m_document->isStopped()); in ~LocalDOMWindow()