Home
last modified time | relevance | path

Searched refs:PlatformSpeechSynthesisVoice (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesisVoice.cpp31 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create(const String& voiceUR… in create()
33 … return adoptRef(new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault)); in create()
36 PassRefPtr<PlatformSpeechSynthesisVoice> PlatformSpeechSynthesisVoice::create() in create()
38 return adoptRef(new PlatformSpeechSynthesisVoice()); in create()
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& na… in PlatformSpeechSynthesisVoice() function in WebCore::PlatformSpeechSynthesisVoice
50 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice() in PlatformSpeechSynthesisVoice() function in WebCore::PlatformSpeechSynthesisVoice
DPlatformSpeechSynthesisVoice.h36 class PLATFORM_EXPORT PlatformSpeechSynthesisVoice : public RefCounted<PlatformSpeechSynthesisVoice
38 …static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name,…
39 static PassRefPtr<PlatformSpeechSynthesisVoice> create();
57PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool …
58 PlatformSpeechSynthesisVoice();
DPlatformSpeechSynthesizer.h68 const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList()
76 void setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >&);
81 Vector<RefPtr<PlatformSpeechSynthesisVoice> > m_voiceList;
DPlatformSpeechSynthesisUtterance.h54 PlatformSpeechSynthesisVoice* voice() const { return m_voice.get(); } in voice()
55 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; } in setVoice()
81 RefPtr<PlatformSpeechSynthesisVoice> m_voice;
DPlatformSpeechSynthesizer.cpp83 void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices) in setVoiceList()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesisVoice.h39 static PassRefPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>);
47 PlatformSpeechSynthesisVoice* platformVoice() const { return m_platformVoice.get(); } in platformVoice()
50 explicit SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice>);
52 RefPtr<PlatformSpeechSynthesisVoice> m_platformVoice;
DSpeechSynthesisVoice.cpp31 …<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice) in create()
36 SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice> voice) in SpeechSynthesisVoice()
DSpeechSynthesis.cpp73 …const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesizer-… in getVoices()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesisVoice.h34 class PlatformSpeechSynthesisVoice; variable
61 BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const;
65 WebPrivatePtr<WebCore::PlatformSpeechSynthesisVoice> m_private;
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp63 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"… in initializeVoiceList()
64 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"… in initializeVoiceList()
65 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"… in initializeVoiceList()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesisVoice.cpp36 : m_private(WebCore::PlatformSpeechSynthesisVoice::create()) in WebSpeechSynthesisVoice()
75 WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const in operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>()
DWebSpeechSynthesizerClientImpl.cpp45 Vector<RefPtr<PlatformSpeechSynthesisVoice> > outVoices; in setVoiceList()
47 outVoices.append(PassRefPtr<PlatformSpeechSynthesisVoice>(voices[i])); in setVoiceList()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi780 'speech/PlatformSpeechSynthesisVoice.cpp',
781 'speech/PlatformSpeechSynthesisVoice.h',
Dblink_platform.target.linux-mips.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-x86.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-mips.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-arm.mk375 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-x86.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-arm.mk375 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \