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

  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp 27 #include "platform/speech/PlatformSpeechSynthesizer.h"
39 PassOwnPtr<PlatformSpeechSynthesizer> PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client)
41 OwnPtr<PlatformSpeechSynthesizer> synthesizer = adoptPtr(new PlatformSpeechSynthesizer(client));
46 PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient* client)
53 PlatformSpeechSynthesizer::~PlatformSpeechSynthesizer()
57 void PlatformSpeechSynthesizer::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance
    [all...]
PlatformSpeechSynthesizer.h 61 class PLATFORM_EXPORT PlatformSpeechSynthesizer {
62 WTF_MAKE_NONCOPYABLE(PlatformSpeechSynthesizer);
64 static PassOwnPtr<PlatformSpeechSynthesizer> create(PlatformSpeechSynthesizerClient*);
66 virtual ~PlatformSpeechSynthesizer();
80 explicit PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient*);

Completed in 37 milliseconds