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

/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesizer.cpp27 #include "platform/speech/PlatformSpeechSynthesizer.h"
39 PlatformSpeechSynthesizer* PlatformSpeechSynthesizer::create(PlatformSpeechSynthesizerClient* client)
41 PlatformSpeechSynthesizer* synthesizer = new PlatformSpeechSynthesizer(client);
46 PlatformSpeechSynthesizer::PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient* client) function in class:blink::PlatformSpeechSynthesizer
53 PlatformSpeechSynthesizer::~PlatformSpeechSynthesizer()
57 void PlatformSpeechSynthesizer
[all...]
H A DPlatformSpeechSynthesizer.h59 class PLATFORM_EXPORT PlatformSpeechSynthesizer : public GarbageCollectedFinalized<PlatformSpeechSynthesizer> { class in namespace:blink
60 WTF_MAKE_NONCOPYABLE(PlatformSpeechSynthesizer);
62 static PlatformSpeechSynthesizer* create(PlatformSpeechSynthesizerClient*);
64 virtual ~PlatformSpeechSynthesizer();
79 explicit PlatformSpeechSynthesizer(PlatformSpeechSynthesizerClient*);

Completed in 94 milliseconds