Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc46 class TtsPlatformImplBackgroundWorker { class
48 TtsPlatformImplBackgroundWorker() = default;
49 TtsPlatformImplBackgroundWorker(const TtsPlatformImplBackgroundWorker&) =
51 TtsPlatformImplBackgroundWorker& operator=(
52 const TtsPlatformImplBackgroundWorker&) = delete;
53 ~TtsPlatformImplBackgroundWorker() = default;
168 void TtsPlatformImplBackgroundWorker::Initialize() { in Initialize()
183 void TtsPlatformImplBackgroundWorker::ProcessSpeech( in ProcessSpeech()
218 void TtsPlatformImplBackgroundWorker::Pause() { in Pause()
223 void TtsPlatformImplBackgroundWorker::Resume() { in Resume()
[all …]
H A Dtts_win.cc40 class TtsPlatformImplBackgroundWorker;
76 TtsPlatformImplBackgroundWorker* worker_;
83 class TtsPlatformImplBackgroundWorker { class
85 explicit TtsPlatformImplBackgroundWorker( in TtsPlatformImplBackgroundWorker() function in content::__anonacb7e9c50111::TtsPlatformImplBackgroundWorker
89 TtsPlatformImplBackgroundWorker(const TtsPlatformImplBackgroundWorker&) =
91 TtsPlatformImplBackgroundWorker& operator=(
93 ~TtsPlatformImplBackgroundWorker() = default;
324 void TtsPlatformImplBackgroundWorker::Pause() { in Pause()
331 void TtsPlatformImplBackgroundWorker::Resume() { in Resume()
338 void TtsPlatformImplBackgroundWorker::Shutdown() { in Shutdown()
[all …]