Home
last modified time | relevance | path

Searched refs:OnSpeechEvent (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp158 bool OnSpeechEvent(SPDNotificationType state);
225 bool SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) { in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
512 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
516 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
550 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp158 bool OnSpeechEvent(SPDNotificationType state);
225 bool SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) { in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
512 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
516 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
550 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp158 bool OnSpeechEvent(SPDNotificationType state);
225 bool SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) { in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
494 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
498 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
532 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp157 bool OnSpeechEvent(SPDNotificationType state);
224 bool SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) { in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
510 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
514 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
548 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp164 bool OnSpeechEvent(SPDNotificationType state);
235 SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
529 callback, &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
532 callback, &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
576 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/speechd/
H A DSpeechDispatcherService.cpp158 bool OnSpeechEvent(SPDNotificationType state);
225 bool SpeechDispatcherCallback::OnSpeechEvent(SPDNotificationType state) { in OnSpeechEvent() function in mozilla::dom::SpeechDispatcherCallback
512 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_BEGIN)); in Speak()
516 &SpeechDispatcherCallback::OnSpeechEvent, SPD_EVENT_END)); in Speak()
550 if (callback->OnSpeechEvent((SPDNotificationType)aState)) { in EventNotify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_linux.cc54 void OnSpeechEvent(SPDNotificationType type);
308 void TtsPlatformImplLinux::OnSpeechEvent(SPDNotificationType type) { in OnSpeechEvent() function in content::TtsPlatformImplLinux
350 base::BindOnce(&TtsPlatformImplLinux::OnSpeechEvent, in NotificationCallback()
370 base::BindOnce(&TtsPlatformImplLinux::OnSpeechEvent, in IndexMarkCallback()
H A Dtts_mac.mm75 void OnSpeechEvent(NSSpeechSynthesizer* sender,
283 void TtsPlatformImplMac::OnSpeechEvent(NSSpeechSynthesizer* sender, function
327 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_END, 0, -1, "");
338 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_WORD,
352 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_ERROR, character_index,
H A Dtts_win.cc65 void OnSpeechEvent();
271 void TtsPlatformImplWin::OnSpeechEvent() { in OnSpeechEvent() function in content::TtsPlatformImplWin
365 GetInstance()->OnSpeechEvent(); in SpeechEventCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_mac.mm79 void OnSpeechEvent(NSSpeechSynthesizer* sender,
281 void TtsPlatformImplMac::OnSpeechEvent(NSSpeechSynthesizer* sender, function
321 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_END, 0, -1, "");
332 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_WORD,
346 _ttsImplMac->OnSpeechEvent(sender, content::TTS_EVENT_ERROR, character_index,
H A Dtts_linux.cc76 void OnSpeechEvent(int msg_id, SPDNotificationType type);
312 void TtsPlatformImplBackgroundWorker::OnSpeechEvent(int msg_id, in OnSpeechEvent() function in content::TtsPlatformImplBackgroundWorker
372 FROM_HERE, &TtsPlatformImplBackgroundWorker::OnSpeechEvent, msg_id, type); in NotificationCallback()
385 FROM_HERE, &TtsPlatformImplBackgroundWorker::OnSpeechEvent, msg_id, type); in IndexMarkCallback()
H A Dtts_win.cc112 void OnSpeechEvent(int utterance_id);
204 FROM_HERE, base::BindOnce(&TtsPlatformImplBackgroundWorker::OnSpeechEvent, in Notify()
350 void TtsPlatformImplBackgroundWorker::OnSpeechEvent(int utterance_id) { in OnSpeechEvent() function in content::__anonacb7e9c50111::TtsPlatformImplBackgroundWorker
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/windows/
H A DSapiService.cpp45 void OnSpeechEvent(const SPEVENT& speechEvent);
120 void SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) { in OnSpeechEvent() function in mozilla::dom::SapiCallback
166 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/windows/
H A DSapiService.cpp43 void OnSpeechEvent(const SPEVENT& speechEvent);
118 void SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) { in OnSpeechEvent() function in mozilla::dom::SapiCallback
164 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/windows/
H A DSapiService.cpp46 void OnSpeechEvent(const SPEVENT& speechEvent);
121 void SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) { in OnSpeechEvent() function in mozilla::dom::SapiCallback
166 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/windows/
H A DSapiService.cpp46 void OnSpeechEvent(const SPEVENT& speechEvent);
126 void SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) { in OnSpeechEvent() function in mozilla::dom::SapiCallback
171 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/windows/
H A DSapiService.cpp46 void OnSpeechEvent(const SPEVENT& speechEvent);
126 SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) in OnSpeechEvent() function in mozilla::dom::SapiCallback
171 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/windows/
H A DSapiService.cpp46 void OnSpeechEvent(const SPEVENT& speechEvent);
121 void SapiCallback::OnSpeechEvent(const SPEVENT& speechEvent) { in OnSpeechEvent() function in mozilla::dom::SapiCallback
166 callback->OnSpeechEvent(speechEvent); in SpeechEventCallback()