Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_controller_impl.cc292 TtsPlatform* tts_platform = GetTtsPlatform(); in GetVoices() local
293 DCHECK(tts_platform); in GetVoices()
296 tts_platform->LoadBuiltInTtsEngine(browser_context); in GetVoices()
298 tts_platform->GetVoices(out_voices); in GetVoices()
405 tts_platform_ = tts_platform; in SetTtsPlatform()
420 TtsPlatform* tts_platform = GetTtsPlatform(); in TtsPlatformReady() local
421 return tts_platform->PlatformImplSupported() && in TtsPlatformReady()
422 tts_platform->PlatformImplInitialized(); in TtsPlatformReady()
429 TtsPlatform* tts_platform = GetTtsPlatform(); in TtsPlatformLoading() local
430 return tts_platform->PlatformImplSupported() && in TtsPlatformLoading()
[all …]
H A Dtts_fuchsia.cc38 static base::NoDestructor<TtsPlatformImplFuchsia> tts_platform; in GetInstance() local
39 return tts_platform.get(); in GetInstance()
H A Dmock_tts_controller.cc61 void SetTtsPlatform(TtsPlatform* tts_platform) override {} in SetTtsPlatform() argument
H A Dtts_controller_impl.h75 void SetTtsPlatform(TtsPlatform* tts_platform) override;
H A Dtts_linux.cc570 static base::NoDestructor<TtsPlatformImplLinux> tts_platform; in GetInstance() local
571 return tts_platform.get(); in GetInstance()
H A Dtts_win.cc640 static base::NoDestructor<TtsPlatformImplWin> tts_platform; in GetInstance() local
641 return tts_platform.get(); in GetInstance()
H A Dtts_mac.mm306 static base::NoDestructor<TtsPlatformImplMac> tts_platform;
307 return tts_platform.get();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_controller_impl.cc239 TtsPlatform* tts_platform = GetTtsPlatform(); in GetVoices() local
240 if (tts_platform) { in GetVoices()
243 tts_platform->LoadBuiltInTtsEngine(browser_context); in GetVoices()
244 if (tts_platform->PlatformImplAvailable()) in GetVoices()
245 tts_platform->GetVoices(out_voices); in GetVoices()
350 void TtsControllerImpl::SetTtsPlatform(TtsPlatform* tts_platform) { in SetTtsPlatform() argument
351 tts_platform_ = tts_platform; in SetTtsPlatform()
H A Dmock_tts_controller.cc61 void SetTtsPlatform(TtsPlatform* tts_platform) override {} in SetTtsPlatform() argument
H A Dtts_controller_impl.h67 void SetTtsPlatform(TtsPlatform* tts_platform) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/speech/
H A Dtts_chromeos.cc124 static base::NoDestructor<TtsPlatformImplChromeOs> tts_platform; in GetInstance() local
125 return tts_platform.get(); in GetInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dtts_controller.h151 virtual void SetTtsPlatform(TtsPlatform* tts_platform) = 0;
H A DBUILD.gn353 "tts_platform.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dtts_controller.h151 virtual void SetTtsPlatform(TtsPlatform* tts_platform) = 0;
H A DBUILD.gn356 "tts_platform.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/tts/
H A Darc_tts_service_unittest.cc61 void SetTtsPlatform(content::TtsPlatform* tts_platform) override {} in SetTtsPlatform() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromecast/browser/
H A DBUILD.gn133 "tts/tts_platform.cc",
134 "tts/tts_platform.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/test/fuzzer/
H A DBUILD.gn179 "../../public/browser/tts_platform.h",