Searched refs:voice_name (Results 1 – 5 of 5) sorted by relevance
164 if (!voice.voice_name.empty() && in GetMatchingExtensionId()165 !utterance->voice_name().empty() && in GetMatchingExtensionId()166 voice.voice_name != utterance->voice_name()) { in GetMatchingExtensionId()
83 const std::string& voice_name() { return voice_name_; } in voice_name() function
116 std::string voice_name; member
547 EXPECT_EQ("name", extension->tts_voices()[0].voice_name); in TEST_F()
2432 keys::kTtsVoicesVoiceName, &voice_data.voice_name)) { in InitFromValue()