Home
last modified time | relevance | path

Searched refs:DispatchError (Results 51 – 75 of 180) sorted by relevance

12345678

/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/h1/
H A Dservice.rs17 use crate::error::{DispatchError, Error, ParseError};
85 Error = DispatchError, in tcp()
129 Error = SslError<HandshakeError<TcpStream>, DispatchError>, in openssl() argument
179 Error = SslError<io::Error, DispatchError>, in rustls() argument
264 type Error = DispatchError;
419 type Error = DispatchError;
429 DispatchError::Service(e) in poll_ready()
439 DispatchError::Service(e) in poll_ready()
449 DispatchError::Service(e) in poll_ready()
/dports/www/firefox/firefox-99.0/dom/base/
H A DPostMessageEvent.cpp179 DispatchError(cx, targetWindow, eventTarget); in Run()
195 DispatchError(cx, targetWindow, eventTarget); in Run()
209 DispatchError(cx, targetWindow, eventTarget); in Run()
221 void PostMessageEvent::DispatchError(JSContext* aCx, in DispatchError() function in mozilla::dom::PostMessageEvent
/dports/lang/spidermonkey60/firefox-60.9.0/dom/broadcastchannel/
H A DBroadcastChannelChild.cpp78 DispatchError(cx); in RecvNotify()
104 void BroadcastChannelChild::DispatchError(JSContext* aCx) { in DispatchError() function in mozilla::dom::BroadcastChannelChild
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/gonk/
H A DGonkSensorsRegistryInterface.h171 void DispatchError(GonkSensorsRegistryResultHandler* aRes,
173 void DispatchError(GonkSensorsRegistryResultHandler* aRes,
H A DGonkSensorsPollInterface.h331 void DispatchError(GonkSensorsPollResultHandler* aRes, SensorsError aError);
332 void DispatchError(GonkSensorsPollResultHandler* aRes, nsresult aRv);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/
H A Dservice.rs26 error::DispatchError,
185 Error = DispatchError, in tcp()
238 Error = TlsError<SslError, DispatchError>, in openssl() argument
306 Error = TlsError<io::Error, DispatchError>, in rustls() argument
361 type Error = DispatchError;
494 type Error = DispatchError;
500 DispatchError::Service(e) in poll_ready()
609 type Output = Result<(), DispatchError>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/
H A Ddevtools_client.cc53 dispatchable.DispatchError())); in Dispatch()
56 crdtp::CreateErrorNotification(dispatchable.DispatchError())); in Dispatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/
H A Ddevtools_client.cc53 dispatchable.DispatchError())); in Dispatch()
56 crdtp::CreateErrorNotification(dispatchable.DispatchError())); in Dispatch()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/recognition/
H A DSpeechRecognition.h139 void DispatchError(EventType aErrorType,
143 void DispatchError(EventType aErrorType, in DispatchError() function
146 DispatchError(aErrorType, aErrorCode, nsLiteralCString(aMessage)); in DispatchError()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/recognition/
H A DSpeechRecognition.h139 void DispatchError(EventType aErrorType,
143 void DispatchError(EventType aErrorType, in DispatchError() function
146 DispatchError(aErrorType, aErrorCode, nsLiteralCString(aMessage)); in DispatchError()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/recognition/
H A DSpeechRecognition.h139 void DispatchError(EventType aErrorType,
143 void DispatchError(EventType aErrorType, in DispatchError() function
146 DispatchError(aErrorType, aErrorCode, nsLiteralCString(aMessage)); in DispatchError()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dcompute.rs117 pub enum DispatchError { enum
164 Dispatch(#[from] DispatchError),
231 fn is_ready(&self) -> Result<(), DispatchError> { in is_ready() argument
235 return Err(DispatchError::IncompatibleBindGroup { in is_ready()
240 return Err(DispatchError::MissingPipeline); in is_ready()
502 DispatchError::MissingPipeline, in command_encoder_run_compute_pass_impl()
556 DispatchError::InvalidGroupSize { in command_encoder_run_compute_pass_impl()
/dports/comms/gammu/gammu-1.42.0/libgammu/protocol/obex/
H A Dobex.c60 s->Phone.Data.DispatchError = Phone->DispatchMessage(s); in OBEX_StateMachine()
75 s->Phone.Data.DispatchError = Phone->DispatchMessage(s); in OBEX_StateMachine()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dcompute.rs117 pub enum DispatchError { enum
163 Dispatch(#[from] DispatchError),
202 fn is_ready(&self) -> Result<(), DispatchError> { in is_ready() argument
207 return Err(DispatchError::IncompatibleBindGroup { in is_ready()
212 return Err(DispatchError::MissingPipeline); in is_ready()
478 DispatchError::MissingPipeline, in command_encoder_run_compute_pass_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Dcompute.rs117 pub enum DispatchError { enum
163 Dispatch(#[from] DispatchError),
202 fn is_ready(&self) -> Result<(), DispatchError> { in is_ready() argument
207 return Err(DispatchError::IncompatibleBindGroup { in is_ready()
212 return Err(DispatchError::MissingPipeline); in is_ready()
478 DispatchError::MissingPipeline, in command_encoder_run_compute_pass_impl()
/dports/www/firefox-esr/firefox-91.8.0/dom/messagechannel/
H A DMessagePort.cpp143 mPort->DispatchError(); in DispatchMessage()
155 mPort->DispatchError(); in DispatchMessage()
600 DispatchError(); in Entangled()
649 DispatchError(); in MessagesReceived()
855 void MessagePort::DispatchError() { in DispatchError() function in mozilla::dom::MessagePort
/dports/lang/spidermonkey78/firefox-78.9.0/dom/messagechannel/
H A DMessagePort.cpp143 mPort->DispatchError(); in DispatchMessage()
155 mPort->DispatchError(); in DispatchMessage()
600 DispatchError(); in Entangled()
649 DispatchError(); in MessagesReceived()
868 void MessagePort::DispatchError() { in DispatchError() function in mozilla::dom::MessagePort
/dports/mail/thunderbird/thunderbird-91.8.0/dom/messagechannel/
H A DMessagePort.cpp143 mPort->DispatchError(); in DispatchMessage()
155 mPort->DispatchError(); in DispatchMessage()
600 DispatchError(); in Entangled()
649 DispatchError(); in MessagesReceived()
855 void MessagePort::DispatchError() { in DispatchError() function in mozilla::dom::MessagePort
/dports/www/firefox/firefox-99.0/dom/messagechannel/
H A DMessagePort.cpp140 mPort->DispatchError(); in DispatchMessage()
152 mPort->DispatchError(); in DispatchMessage()
597 DispatchError(); in Entangled()
646 DispatchError(); in MessagesReceived()
852 void MessagePort::DispatchError() { in DispatchError() function in mozilla::dom::MessagePort
/dports/lang/spidermonkey60/firefox-60.9.0/dom/messagechannel/
H A DMessagePort.cpp131 mPort->DispatchError(); in DispatchMessage()
143 mPort->DispatchError(); in DispatchMessage()
607 DispatchError(); in Entangled()
656 DispatchError(); in MessagesReceived()
890 void MessagePort::DispatchError() { in DispatchError() function in mozilla::dom::MessagePort
/dports/www/firefox-esr/firefox-91.8.0/dom/broadcastchannel/
H A DBroadcastChannel.cpp396 DispatchError(cx); in MessageReceived()
407 DispatchError(cx); in MessageReceived()
432 void BroadcastChannel::DispatchError(JSContext* aCx) { in DispatchError() function in mozilla::dom::BroadcastChannel
/dports/www/firefox/firefox-99.0/dom/broadcastchannel/
H A DBroadcastChannel.cpp393 DispatchError(cx); in MessageReceived()
404 DispatchError(cx); in MessageReceived()
429 void BroadcastChannel::DispatchError(JSContext* aCx) { in DispatchError() function in mozilla::dom::BroadcastChannel
/dports/mail/thunderbird/thunderbird-91.8.0/dom/broadcastchannel/
H A DBroadcastChannel.cpp396 DispatchError(cx); in MessageReceived()
407 DispatchError(cx); in MessageReceived()
432 void BroadcastChannel::DispatchError(JSContext* aCx) { in DispatchError() function in mozilla::dom::BroadcastChannel
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DMessageEventRunnable.h32 void DispatchError(JSContext* aCx, DOMEventTargetHelper* aTarget);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DMessageEventRunnable.h32 void DispatchError(JSContext* aCx, DOMEventTargetHelper* aTarget);

12345678