Searched refs:native_voice_identifier (Results 1 – 2 of 2) sorted by relevance
128 if (!voice.native_voice_identifier.empty()) {129 NSString* native_voice_identifier =130 [NSString stringWithUTF8String:voice.native_voice_identifier.c_str()];131 [speech_synthesizer_ setVoice:native_voice_identifier];232 data.native_voice_identifier = base::SysNSStringToUTF8(voiceIdentifier);
77 std::string native_voice_identifier; member