Searched refs:native_voices (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc235 SPDVoice** native_voices = local
237 if (!native_voices) {
241 for (int j = 0; native_voices[j]; j++) {
242 SPDVoice* native_voice = native_voices[j];
252 free(native_voices[j]);

Completed in 72 milliseconds