Home
last modified time | relevance | path

Searched refs:SpeechSynthesisUtterance (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/dports/www/firefox-esr/firefox-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp20 NS_IMPL_CYCLE_COLLECTION_INHERITED(SpeechSynthesisUtterance,
29 SpeechSynthesisUtterance::SpeechSynthesisUtterance( in NS_INTERFACE_MAP_END_INHERITING()
38 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
40 JSObject* SpeechSynthesisUtterance::WrapObject( in WrapObject()
49 already_AddRefed<SpeechSynthesisUtterance>
54 already_AddRefed<SpeechSynthesisUtterance>
65 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
66 new SpeechSynthesisUtterance(win, aText); in Constructor()
96 void SpeechSynthesisUtterance::SetVolume(float aVolume) { in SetVolume()
102 void SpeechSynthesisUtterance::SetRate(float aRate) { in SetRate()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp20 NS_IMPL_CYCLE_COLLECTION_INHERITED(SpeechSynthesisUtterance,
29 SpeechSynthesisUtterance::SpeechSynthesisUtterance( in NS_INTERFACE_MAP_END_INHERITING()
38 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
40 JSObject* SpeechSynthesisUtterance::WrapObject( in WrapObject()
49 already_AddRefed<SpeechSynthesisUtterance>
54 already_AddRefed<SpeechSynthesisUtterance>
65 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
66 new SpeechSynthesisUtterance(win, aText); in Constructor()
96 void SpeechSynthesisUtterance::SetVolume(float aVolume) { in SetVolume()
102 void SpeechSynthesisUtterance::SetRate(float aRate) { in SetRate()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp20 NS_IMPL_CYCLE_COLLECTION_INHERITED(SpeechSynthesisUtterance,
29 SpeechSynthesisUtterance::SpeechSynthesisUtterance( in NS_INTERFACE_MAP_END_INHERITING()
38 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
40 JSObject* SpeechSynthesisUtterance::WrapObject( in WrapObject()
49 already_AddRefed<SpeechSynthesisUtterance>
54 already_AddRefed<SpeechSynthesisUtterance>
65 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
66 new SpeechSynthesisUtterance(win, aText); in Constructor()
96 void SpeechSynthesisUtterance::SetVolume(float aVolume) { in SetVolume()
102 void SpeechSynthesisUtterance::SetRate(float aRate) { in SetRate()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp30 SpeechSynthesisUtterance::SpeechSynthesisUtterance(nsPIDOMWindowInner* aOwnerWindow, in NS_INTERFACE_MAP_END_INHERITING()
42 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() {} in ~SpeechSynthesisUtterance()
56 already_AddRefed<SpeechSynthesisUtterance>
63 already_AddRefed<SpeechSynthesisUtterance>
75 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
76 new SpeechSynthesisUtterance(win, aText); in Constructor()
105 SpeechSynthesisUtterance::GetVoice() const in GetVoice()
117 SpeechSynthesisUtterance::Volume() const in Volume()
129 SpeechSynthesisUtterance::Rate() const in Rate()
135 SpeechSynthesisUtterance::SetRate(float aRate) in SetRate()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp21 NS_IMPL_CYCLE_COLLECTION_INHERITED(SpeechSynthesisUtterance,
30 SpeechSynthesisUtterance::SpeechSynthesisUtterance( in NS_INTERFACE_MAP_END_INHERITING()
40 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() {} in ~SpeechSynthesisUtterance()
42 JSObject* SpeechSynthesisUtterance::WrapObject( in WrapObject()
51 already_AddRefed<SpeechSynthesisUtterance>
56 already_AddRefed<SpeechSynthesisUtterance>
67 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
68 new SpeechSynthesisUtterance(win, aText); in Constructor()
98 void SpeechSynthesisUtterance::SetVolume(float aVolume) { in SetVolume()
104 void SpeechSynthesisUtterance::SetRate(float aRate) { in SetRate()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/webspeech/synth/
H A DSpeechSynthesisUtterance.cpp21 NS_IMPL_CYCLE_COLLECTION_INHERITED(SpeechSynthesisUtterance,
30 SpeechSynthesisUtterance::SpeechSynthesisUtterance( in NS_INTERFACE_MAP_END_INHERITING()
39 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
41 JSObject* SpeechSynthesisUtterance::WrapObject( in WrapObject()
50 already_AddRefed<SpeechSynthesisUtterance>
55 already_AddRefed<SpeechSynthesisUtterance>
66 RefPtr<SpeechSynthesisUtterance> object = in Constructor()
67 new SpeechSynthesisUtterance(win, aText); in Constructor()
97 void SpeechSynthesisUtterance::SetVolume(float aVolume) { in SetVolume()
103 void SpeechSynthesisUtterance::SetRate(float aRate) { in SetRate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/speech/
H A Dspeech_synthesis_utterance.cc35 SpeechSynthesisUtterance* SpeechSynthesisUtterance::Create( in Create()
40 SpeechSynthesisUtterance* SpeechSynthesisUtterance::Create( in Create()
46 SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, in SpeechSynthesisUtterance() function in blink::SpeechSynthesisUtterance
59 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
78 void SpeechSynthesisUtterance::Trace(Visitor* visitor) { in Trace()
86 void SpeechSynthesisUtterance::OnStartedSpeaking() { in OnStartedSpeaking()
91 void SpeechSynthesisUtterance::OnFinishedSpeaking() { in OnFinishedSpeaking()
97 void SpeechSynthesisUtterance::OnPausedSpeaking() { in OnPausedSpeaking()
102 void SpeechSynthesisUtterance::OnResumedSpeaking() { in OnResumedSpeaking()
153 void SpeechSynthesisUtterance::Dispose() { in Dispose()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/speech/
H A Dspeech_synthesis_utterance.cc35 SpeechSynthesisUtterance* SpeechSynthesisUtterance::Create( in Create()
40 SpeechSynthesisUtterance* SpeechSynthesisUtterance::Create( in Create()
46 SpeechSynthesisUtterance::SpeechSynthesisUtterance(ExecutionContext* context, in SpeechSynthesisUtterance() function in blink::SpeechSynthesisUtterance
59 SpeechSynthesisUtterance::~SpeechSynthesisUtterance() = default;
86 void SpeechSynthesisUtterance::OnStartedSpeaking() { in OnStartedSpeaking()
91 void SpeechSynthesisUtterance::OnFinishedSpeaking() { in OnFinishedSpeaking()
97 void SpeechSynthesisUtterance::OnPausedSpeaking() { in OnPausedSpeaking()
102 void SpeechSynthesisUtterance::OnResumedSpeaking() { in OnResumedSpeaking()
113 void SpeechSynthesisUtterance::OnEncounteredSentenceBoundary( in OnEncounteredSentenceBoundary()
120 void SpeechSynthesisUtterance::OnEncounteredSpeakingError() { in OnEncounteredSpeakingError()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() 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_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() 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_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() 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_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/src/features/
H A Dgen_SpeechSynthesisUtterance.rs13 pub type SpeechSynthesisUtterance; typedef
20 pub fn text(this: &SpeechSynthesisUtterance) -> String; in text()
27 pub fn set_text(this: &SpeechSynthesisUtterance, value: &str); in set_text() argument
34 pub fn lang(this: &SpeechSynthesisUtterance) -> String; in lang()
41 pub fn set_lang(this: &SpeechSynthesisUtterance, value: &str); in set_lang() argument
64 pub fn volume(this: &SpeechSynthesisUtterance) -> f32; in volume()
78 pub fn rate(this: &SpeechSynthesisUtterance) -> f32; in rate()
85 pub fn set_rate(this: &SpeechSynthesisUtterance, value: f32); in set_rate() argument
92 pub fn pitch(this: &SpeechSynthesisUtterance) -> f32; in pitch()
99 pub fn set_pitch(this: &SpeechSynthesisUtterance, value: f32); in set_pitch() argument
[all …]

12345678910>>...25