OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synthesizer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp
41
PlatformSpeechSynthesizer*
synthesizer
= new PlatformSpeechSynthesizer(client);
local
42
synthesizer
->initializeVoiceList();
43
return
synthesizer
;
/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/exported/
WebSpeechSynthesizerClientImpl.cpp
33
WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer*
synthesizer
, PlatformSpeechSynthesizerClient* client)
34
: m_synthesizer(
synthesizer
)
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp
49
void SpeechSynthesis::setPlatformSynthesizer(PlatformSpeechSynthesizer*
synthesizer
)
51
m_platformSpeechSynthesizer =
synthesizer
;
Completed in 957 milliseconds