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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 36 PlatformSpeechSynthesizerMock* synthesizer = new PlatformSpeechSynthesizerMock(client); local
37 synthesizer->initializeVoiceList();
39 return synthesizer;
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 41 PlatformSpeechSynthesizer* synthesizer = new PlatformSpeechSynthesizer(client); local
42 synthesizer->initializeVoiceList();
43 return synthesizer;

Completed in 818 milliseconds