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 OwnPtr<PlatformSpeechSynthesizerMock> synthesizer = adoptPtr(new PlatformSpeechSynthesizerMock(client)); local
37 synthesizer->initializeVoiceList();
39 return synthesizer.release();
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 41 OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client)); local
42 synthesizer->initializeVoiceList();
43 return synthesizer.release();

Completed in 55 milliseconds