Home
last modified time | relevance | path

Searched refs:ShutdownWithAction (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/streams/
H A DReadableStreamPipeTo.cpp86 MOZ_CAN_RUN_SCRIPT void ShutdownWithAction(
244 ShutdownWithAction(aCx, action, someError); in PerformAbortAlgorithm()
395 void PipeToPump::ShutdownWithAction( in NS_IMPL_CYCLE_COLLECTION()
528 ShutdownWithAction(aCx, nullptr, aError); in Shutdown()
722 ShutdownWithAction( in OnSourceClosed()
781 ShutdownWithAction( in OnSourceErrored()
826 ShutdownWithAction( in OnDestClosed()
851 ShutdownWithAction( in OnDestErrored()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DPipeToState.cpp103 static MOZ_MUST_USE bool ShutdownWithAction( in ShutdownWithAction() function
205 if (!ShutdownWithAction(cx, state, DummyAction, storedError)) { in OnSourceErrored()
239 if (!ShutdownWithAction(cx, state, DummyAction, storedError)) { in OnDestErrored()
267 if (!ShutdownWithAction(cx, state, DummyAction, noError)) { in OnSourceClosed()
319 if (!ShutdownWithAction(cx, state, DummyAction, destClosed)) { in OnDestClosed()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DPipeToState.cpp316 [[nodiscard]] static bool ShutdownWithAction( in ShutdownWithAction() function
497 if (!ShutdownWithAction(cx, state, in OnSourceErrored()
541 if (!ShutdownWithAction(cx, state, in OnDestErrored()
578 if (!ShutdownWithAction( in OnSourceClosed()
645 if (!ShutdownWithAction( in OnDestClosed()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DPipeToState.cpp316 [[nodiscard]] static bool ShutdownWithAction( in ShutdownWithAction() function
497 if (!ShutdownWithAction(cx, state, in OnSourceErrored()
541 if (!ShutdownWithAction(cx, state, in OnDestErrored()
578 if (!ShutdownWithAction( in OnSourceClosed()
645 if (!ShutdownWithAction( in OnDestClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dreadable_stream.cc294 ShutdownWithAction(&PipeToEngine::AbortAlgorithmAction, error); in AbortAlgorithm()
421 ShutdownWithAction(&PipeToEngine::WritableStreamAbortAction, error); in ReadableError()
444 ShutdownWithAction(&PipeToEngine::ReadableStreamCancelAction, error); in WritableError()
458 ShutdownWithAction( in ReadableClosed()
483 ShutdownWithAction(&PipeToEngine::ReadableStreamCancelAction, in WritableStartedClosed()
493 void ShutdownWithAction(Action action, in ShutdownWithAction() function in blink::ReadableStream::PipeToEngine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dreadable_stream.cc338 ShutdownWithAction(&PipeToEngine::AbortAlgorithmAction, error); in AbortAlgorithm()
465 ShutdownWithAction(&PipeToEngine::WritableStreamAbortAction, error); in ReadableError()
488 ShutdownWithAction(&PipeToEngine::ReadableStreamCancelAction, error); in WritableError()
502 ShutdownWithAction( in ReadableClosed()
527 ShutdownWithAction(&PipeToEngine::ReadableStreamCancelAction, in WritableStartedClosed()
537 void ShutdownWithAction(Action action, in ShutdownWithAction() function in blink::ReadableStream::PipeToEngine