HomeSort by relevance Sort by last modified time
    Searched refs:native_voices (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 241 SPDVoice** native_voices = local
243 if (!native_voices) {
247 for (int j = 0; native_voices[j]; j++) {
248 SPDVoice* native_voice = native_voices[j];
258 free(native_voices[j]);
tts_controller.cc 167 std::vector<VoiceData> native_voices; local
170 GetPlatformImpl()->GetVoices(&native_voices);
172 if (native_voices.empty() && !voices.empty()) {

Completed in 395 milliseconds