Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp314 class OnErrorEvent : public WebSocketEvent { class
316 OnErrorEvent() = default;
334 new EventTargetDispatcher(this, new OnErrorEvent(), mTargetThread)); in RecvOnMessageAvailable()
360 new EventTargetDispatcher(this, new OnErrorEvent(), mTargetThread)); in RecvOnBinaryMessageAvailable()
H A DWebSocketChannelChild.h105 friend class OnErrorEvent; variable
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp314 class OnErrorEvent : public WebSocketEvent { class
316 OnErrorEvent() = default;
334 new EventTargetDispatcher(this, new OnErrorEvent(), mTargetThread)); in RecvOnMessageAvailable()
360 new EventTargetDispatcher(this, new OnErrorEvent(), mTargetThread)); in RecvOnBinaryMessageAvailable()
H A DWebSocketChannelChild.h105 friend class OnErrorEvent; variable
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp312 class OnErrorEvent : public WebSocketEvent { class
314 OnErrorEvent() = default;
331 mEventQ->RunOrEnqueue(new EventTargetDispatcher(this, new OnErrorEvent())); in RecvOnMessageAvailable()
356 mEventQ->RunOrEnqueue(new EventTargetDispatcher(this, new OnErrorEvent())); in RecvOnBinaryMessageAvailable()
H A DWebSocketChannelChild.h109 friend class OnErrorEvent; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_android.h39 void OnErrorEvent(JNIEnv* env, jint utterance_id);
H A Dtts_android.cc148 void TtsPlatformImplAndroid::OnErrorEvent(JNIEnv* env, in OnErrorEvent() function in content::TtsPlatformImplAndroid
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_android.h38 void OnErrorEvent(JNIEnv* env,
H A Dtts_android.cc129 void TtsPlatformImplAndroid::OnErrorEvent(JNIEnv* env, in OnErrorEvent() function in content::TtsPlatformImplAndroid