Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesisVoice.cpp31 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const St… in create()
33 return new PlatformSpeechSynthesisVoice(voiceURI, name, lang, localService, isDefault); in create()
36 PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create() in create()
38 return new PlatformSpeechSynthesisVoice(); in create()
41 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice(const String& voiceURI, const String& na… in PlatformSpeechSynthesisVoice() function in blink::PlatformSpeechSynthesisVoice
50 PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice() in PlatformSpeechSynthesisVoice() function in blink::PlatformSpeechSynthesisVoice
DPlatformSpeechSynthesisVoice.h35 class PLATFORM_EXPORT PlatformSpeechSynthesisVoice FINAL : public GarbageCollectedFinalized<Platfor…
37 …static PlatformSpeechSynthesisVoice* create(const String& voiceURI, const String& name, const Stri…
38 static PlatformSpeechSynthesisVoice* create();
58PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool …
59 PlatformSpeechSynthesisVoice();
DPlatformSpeechSynthesizer.h66 … const HeapVector<Member<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList()
74 void setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice> >&);
83 HeapVector<Member<PlatformSpeechSynthesisVoice> > m_voiceList;
DPlatformSpeechSynthesisUtterance.h53 PlatformSpeechSynthesisVoice* voice() const { return m_voice; } in voice()
54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; } in setVoice()
81 Member<PlatformSpeechSynthesisVoice> m_voice;
DPlatformSpeechSynthesizer.cpp83 void PlatformSpeechSynthesizer::setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice> >& voi… in setVoiceList()
/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesisVoice.h39 static SpeechSynthesisVoice* create(PlatformSpeechSynthesisVoice*);
47 PlatformSpeechSynthesisVoice* platformVoice() const { return m_platformVoice; } in platformVoice()
52 explicit SpeechSynthesisVoice(PlatformSpeechSynthesisVoice*);
54 Member<PlatformSpeechSynthesisVoice> m_platformVoice;
DSpeechSynthesisVoice.cpp31 SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice* voice) in create()
36 SpeechSynthesisVoice::SpeechSynthesisVoice(PlatformSpeechSynthesisVoice* voice) in SpeechSynthesisVoice()
DSpeechSynthesis.cpp72 …const HeapVector<Member<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesi… in getVoices()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesisVoice.h35 class PlatformSpeechSynthesisVoice; variable
59 BLINK_PLATFORM_EXPORT operator PlatformSpeechSynthesisVoice*() const;
63 WebPrivatePtr<PlatformSpeechSynthesisVoice> m_private;
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
DPlatformSpeechSynthesizerMock.cpp72 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"… in initializeVoiceList()
73 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"… in initializeVoiceList()
74 …m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"… in initializeVoiceList()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesisVoice.cpp35 : m_private(PlatformSpeechSynthesisVoice::create()) in WebSpeechSynthesisVoice()
74 WebSpeechSynthesisVoice::operator PlatformSpeechSynthesisVoice*() const in operator PlatformSpeechSynthesisVoice*()
DWebSpeechSynthesizerClientImpl.cpp45 HeapVector<Member<PlatformSpeechSynthesisVoice> > outVoices; in setVoiceList()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi791 'speech/PlatformSpeechSynthesisVoice.cpp',
792 'speech/PlatformSpeechSynthesisVoice.h',
Dblink_platform.target.linux-arm64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-mips64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-x86_64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-mips64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-x86.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-arm.mk393 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-mips.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-mips.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-x86.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-arm64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-x86_64.mk392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-arm.mk393 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \