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

/external/chromium_org/third_party/WebKit/Source/platform/speech/
H A DPlatformSpeechSynthesisVoice.cpp27 #include "platform/speech/PlatformSpeechSynthesisVoice.h"
31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
33 return new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault);
36 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create()
38 return new PlatformSpeechSynthesisVoice();
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) function in class:blink::PlatformSpeechSynthesisVoice
50 PlatformSpeechSynthesisVoice function in class:blink::PlatformSpeechSynthesisVoice
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSpeechSynthesisVoice.cpp29 #include "platform/speech/PlatformSpeechSynthesisVoice.h"
35 : m_private(PlatformSpeechSynthesisVoice::create())
74 WebSpeechSynthesisVoice::operator PlatformSpeechSynthesisVoice*() const

Completed in 635 milliseconds