OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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