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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp 44 , m_platformSpeechSynthesizer(PlatformSpeechSynthesizer::create(this))
51 m_platformSpeechSynthesizer = synthesizer;
72 const HeapVector<Member<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesizer->voiceList();
106 m_platformSpeechSynthesizer->speak(utterance->platformUtterance());
129 m_platformSpeechSynthesizer->cancel();
135 m_platformSpeechSynthesizer->pause();
142 m_platformSpeechSynthesizer->resume();
237 visitor->trace(m_platformSpeechSynthesizer);
SpeechSynthesis.h 88 Member<PlatformSpeechSynthesizer> m_platformSpeechSynthesizer;

Completed in 194 milliseconds