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 PlatformSpeechSynthesizer* PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client)
41 PlatformSpeechSynthesizer* synthesizer = new PlatformSpeechSynthesizer(client);
46 PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient* client)
53 PlatformSpeechSynthesizer::~PlatformSpeechSynthesizer()
57 void PlatformSpeechSynthesizer::speak(PlatformSpeechSynthesisUtterance* utterance
    [all...]
PlatformSpeechSynthesizer.h 59 class PLATFORM_EXPORT PlatformSpeechSynthesizer : public GarbageCollectedFinalized<PlatformSpeechSynthesizer> {
60 WTF_MAKE_NONCOPYABLE(PlatformSpeechSynthesizer);
62 static PlatformSpeechSynthesizer* create(PlatformSpeechSynthesizerClient*);
64 virtual ~PlatformSpeechSynthesizer();
79 explicit PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient*);

Completed in 99 milliseconds