Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc33 struct SPDChromeVoice { struct
39 using PlatformVoices = std::map<std::string, SPDChromeVoice>;
62 SPDChromeVoice voice,
189 SPDChromeVoice voice, in ProcessSpeech()
265 SPDChromeVoice spd_data; in InitializeVoices()
273 voices->insert(std::pair<std::string, SPDChromeVoice>(key, spd_data)); in InitializeVoices()
558 SPDChromeVoice matched_voice; in ProcessSpeech()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_linux.cc32 struct SPDChromeVoice { struct
97 std::unique_ptr<std::map<std::string, SPDChromeVoice>> all_native_voices_;
263 all_native_voices_.reset(new std::map<std::string, SPDChromeVoice>()); in GetVoices()
278 SPDChromeVoice native_data; in GetVoices()
286 std::pair<std::string, SPDChromeVoice>(key, native_data)); in GetVoices()