Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc39 using PlatformVoices = std::map<std::string, SPDChromeVoice>; typedef
72 void InitializeVoices(PlatformVoices*);
124 void OnInitialized(bool success, PlatformVoices voices);
158 PlatformVoices voices_;
169 PlatformVoices voices; in Initialize()
248 void TtsPlatformImplBackgroundWorker::InitializeVoices(PlatformVoices* voices) { in InitializeVoices()
507 void TtsPlatformImplLinux::OnInitialized(bool success, PlatformVoices voices) { in OnInitialized()