Searched defs:SpeechSynthesisVoice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisVoice.cpp27 #include "modules/speech/SpeechSynthesisVoice.h"
31 PassRefPtr<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice)
33 return adoptRef(new SpeechSynthesisVoice(voice));
36 SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice> voice) function in class:WebCore::SpeechSynthesisVoice
H A DSpeechSynthesisVoice.h37 class SpeechSynthesisVoice : public ScriptWrappable, public RefCounted<SpeechSynthesisVoice> { class in namespace:WebCore
39 virtual ~SpeechSynthesisVoice() { }
40 static PassRefPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>);
51 explicit SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice>);

Completed in 200 milliseconds