Home
last modified time | relevance | path

Searched refs:TtsPlatformImplLinux (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_linux.cc60 TtsPlatformImplLinux();
61 ~TtsPlatformImplLinux() override;
109 TtsPlatformImplLinux::TtsPlatformImplLinux() : utterance_id_(0) { in TtsPlatformImplLinux() function in content::TtsPlatformImplLinux
121 void TtsPlatformImplLinux::Initialize() { in Initialize()
150 TtsPlatformImplLinux::~TtsPlatformImplLinux() { in ~TtsPlatformImplLinux()
158 void TtsPlatformImplLinux::Reset() { in Reset()
174 void TtsPlatformImplLinux::Speak( in Speak()
245 void TtsPlatformImplLinux::Pause() { in Pause()
251 void TtsPlatformImplLinux::Resume() { in Resume()
377 TtsPlatformImplLinux* TtsPlatformImplLinux::GetInstance() { in GetInstance()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc106 TtsPlatformImplLinux(const TtsPlatformImplLinux&) = delete;
107 TtsPlatformImplLinux& operator=(const TtsPlatformImplLinux&) = delete;
138 TtsPlatformImplLinux();
392 TtsPlatformImplLinux::TtsPlatformImplLinux() in TtsPlatformImplLinux() function in content::TtsPlatformImplLinux
414 void TtsPlatformImplLinux::Speak( in Speak()
458 void TtsPlatformImplLinux::Pause() { in Pause()
469 void TtsPlatformImplLinux::Resume() { in Resume()
480 bool TtsPlatformImplLinux::IsSpeaking() { in IsSpeaking()
503 void TtsPlatformImplLinux::Shutdown() { in Shutdown()
543 void TtsPlatformImplLinux::ProcessSpeech( in ProcessSpeech()
[all …]