Home
last modified time | relevance | path

Searched refs:SpeechSynthesis (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/speech/
H A Dspeech_synthesis.cc55 SpeechSynthesis* SpeechSynthesis::speechSynthesis(LocalDOMWindow& window) { in speechSynthesis()
56 SpeechSynthesis* synthesis = in speechSynthesis()
73 void SpeechSynthesis::CreateForTesting( in CreateForTesting()
77 SpeechSynthesis* synthesis = MakeGarbageCollected<SpeechSynthesis>(window); in CreateForTesting()
82 SpeechSynthesis::SpeechSynthesis(LocalDOMWindow& window) in SpeechSynthesis() function in blink::SpeechSynthesis
87 void SpeechSynthesis::OnSetVoiceList( in OnSetVoiceList()
138 bool SpeechSynthesis::paused() const { in paused()
168 void SpeechSynthesis::cancel() { in cancel()
179 void SpeechSynthesis::pause() { in pause()
188 void SpeechSynthesis::resume() { in resume()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/speech/
H A Dspeech_synthesis.cc46 SpeechSynthesis* SpeechSynthesis::Create(ExecutionContext* context) { in Create()
47 SpeechSynthesis* synthesis = MakeGarbageCollected<SpeechSynthesis>(context); in Create()
59 SpeechSynthesis* SpeechSynthesis::CreateForTesting( in CreateForTesting()
62 SpeechSynthesis* synthesis = MakeGarbageCollected<SpeechSynthesis>(context); in CreateForTesting()
67 SpeechSynthesis::SpeechSynthesis(ExecutionContext* context) in SpeechSynthesis() function in blink::SpeechSynthesis
74 void SpeechSynthesis::OnSetVoiceList( in OnSetVoiceList()
97 bool SpeechSynthesis::pending() const { in pending()
103 bool SpeechSynthesis::paused() const { in paused()
132 void SpeechSynthesis::cancel() { in cancel()
142 void SpeechSynthesis::pause() { in pause()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp58 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
71 SpeechSynthesis::~SpeechSynthesis() = default;
78 bool SpeechSynthesis::Pending() const { in Pending()
87 bool SpeechSynthesis::Speaking() const { in Speaking()
93 bool SpeechSynthesis::Paused() const { in Paused()
137 void SpeechSynthesis::AdvanceQueue() { in AdvanceQueue()
167 void SpeechSynthesis::Cancel() { in Cancel()
181 void SpeechSynthesis::Pause() { in Pause()
193 void SpeechSynthesis::Resume() { in Resume()
225 void SpeechSynthesis::GetVoices( in GetVoices()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp58 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
71 SpeechSynthesis::~SpeechSynthesis() = default;
78 bool SpeechSynthesis::Pending() const { in Pending()
87 bool SpeechSynthesis::Speaking() const { in Speaking()
93 bool SpeechSynthesis::Paused() const { in Paused()
137 void SpeechSynthesis::AdvanceQueue() { in AdvanceQueue()
167 void SpeechSynthesis::Cancel() { in Cancel()
181 void SpeechSynthesis::Pause() { in Pause()
193 void SpeechSynthesis::Resume() { in Resume()
225 void SpeechSynthesis::GetVoices( in GetVoices()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp58 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
71 SpeechSynthesis::~SpeechSynthesis() = default;
78 bool SpeechSynthesis::Pending() const { in Pending()
87 bool SpeechSynthesis::Speaking() const { in Speaking()
93 bool SpeechSynthesis::Paused() const { in Paused()
137 void SpeechSynthesis::AdvanceQueue() { in AdvanceQueue()
167 void SpeechSynthesis::Cancel() { in Cancel()
181 void SpeechSynthesis::Pause() { in Pause()
193 void SpeechSynthesis::Resume() { in Resume()
225 void SpeechSynthesis::GetVoices( in GetVoices()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp59 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
72 SpeechSynthesis::~SpeechSynthesis() {} in ~SpeechSynthesis()
79 bool SpeechSynthesis::Pending() const { in Pending()
93 bool SpeechSynthesis::Speaking() const { in Speaking()
103 bool SpeechSynthesis::Paused() const { in Paused()
146 void SpeechSynthesis::AdvanceQueue() { in AdvanceQueue()
176 void SpeechSynthesis::Cancel() { in Cancel()
191 void SpeechSynthesis::Pause() { in Pause()
205 void SpeechSynthesis::Resume() { in Resume()
230 void SpeechSynthesis::GetVoices( in GetVoices()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp57 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED()
73 SpeechSynthesis::~SpeechSynthesis() in ~SpeechSynthesis()
84 SpeechSynthesis::Pending() const in Pending()
99 SpeechSynthesis::Speaking() const in Speaking()
111 SpeechSynthesis::Paused() const in Paused()
118 SpeechSynthesis::HasEmptyQueue() const in HasEmptyQueue()
155 SpeechSynthesis::AdvanceQueue() in AdvanceQueue()
189 SpeechSynthesis::Cancel() in Cancel()
206 SpeechSynthesis::Pause() in Pause()
221 SpeechSynthesis::Resume() in Resume()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesis.cpp59 SpeechSynthesis::SpeechSynthesis(nsPIDOMWindowInner* aParent) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
72 SpeechSynthesis::~SpeechSynthesis() = default;
79 bool SpeechSynthesis::Pending() const { in Pending()
88 bool SpeechSynthesis::Speaking() const { in Speaking()
94 bool SpeechSynthesis::Paused() const { in Paused()
131 void SpeechSynthesis::AdvanceQueue() { in AdvanceQueue()
161 void SpeechSynthesis::Cancel() { in Cancel()
175 void SpeechSynthesis::Pause() { in Pause()
187 void SpeechSynthesis::Resume() { in Resume()
212 void SpeechSynthesis::GetVoices( in GetVoices()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.48/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/src/features/
H A Dgen_SpeechSynthesis.rs13 pub type SpeechSynthesis; typedef
20 pub fn pending(this: &SpeechSynthesis) -> bool; in pending()
27 pub fn speaking(this: &SpeechSynthesis) -> bool; in speaking()
34 pub fn paused(this: &SpeechSynthesis) -> bool; in paused()
41 pub fn onvoiceschanged(this: &SpeechSynthesis) -> Option<::js_sys::Function>; in onvoiceschanged()
48 pub fn set_onvoiceschanged(this: &SpeechSynthesis, value: Option<&::js_sys::Function>); in set_onvoiceschanged() argument
55 pub fn cancel(this: &SpeechSynthesis); in cancel() argument
62 pub fn get_voices(this: &SpeechSynthesis) -> ::js_sys::Array; in get_voices()
69 pub fn pause(this: &SpeechSynthesis); in pause() argument
76 pub fn resume(this: &SpeechSynthesis); in resume() argument
[all …]

12345678910>>...18