/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
D | PlatformSpeechSynthesisVoice.cpp | 31 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
|
D | PlatformSpeechSynthesisVoice.h | 35 class PLATFORM_EXPORT PlatformSpeechSynthesisVoice FINAL : public GarbageCollectedFinalized<Platfor… 37 …static PlatformSpeechSynthesisVoice* create(const String& voiceURI, const String& name, const Stri… 38 static PlatformSpeechSynthesisVoice* create(); 58 …PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool … 59 PlatformSpeechSynthesisVoice();
|
D | PlatformSpeechSynthesizer.h | 66 … const HeapVector<Member<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList() 74 void setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice> >&); 83 HeapVector<Member<PlatformSpeechSynthesisVoice> > m_voiceList;
|
D | PlatformSpeechSynthesisUtterance.h | 53 PlatformSpeechSynthesisVoice* voice() const { return m_voice; } in voice() 54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; } in setVoice() 81 Member<PlatformSpeechSynthesisVoice> m_voice;
|
D | PlatformSpeechSynthesizer.cpp | 83 void PlatformSpeechSynthesizer::setVoiceList(HeapVector<Member<PlatformSpeechSynthesisVoice> >& voi… in setVoiceList()
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechSynthesisVoice.h | 39 static SpeechSynthesisVoice* create(PlatformSpeechSynthesisVoice*); 47 PlatformSpeechSynthesisVoice* platformVoice() const { return m_platformVoice; } in platformVoice() 52 explicit SpeechSynthesisVoice(PlatformSpeechSynthesisVoice*); 54 Member<PlatformSpeechSynthesisVoice> m_platformVoice;
|
D | SpeechSynthesisVoice.cpp | 31 SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice* voice) in create() 36 SpeechSynthesisVoice::SpeechSynthesisVoice(PlatformSpeechSynthesisVoice* voice) in SpeechSynthesisVoice()
|
D | SpeechSynthesis.cpp | 72 …const HeapVector<Member<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesi… in getVoices()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSpeechSynthesisVoice.h | 35 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/ |
D | PlatformSpeechSynthesizerMock.cpp | 72 …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/ |
D | WebSpeechSynthesisVoice.cpp | 35 : m_private(PlatformSpeechSynthesisVoice::create()) in WebSpeechSynthesisVoice() 74 WebSpeechSynthesisVoice::operator PlatformSpeechSynthesisVoice*() const in operator PlatformSpeechSynthesisVoice*()
|
D | WebSpeechSynthesizerClientImpl.cpp | 45 HeapVector<Member<PlatformSpeechSynthesisVoice> > outVoices; in setVoiceList()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 791 'speech/PlatformSpeechSynthesisVoice.cpp', 792 'speech/PlatformSpeechSynthesisVoice.h',
|
D | blink_platform.target.linux-arm64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-mips64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-x86_64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-mips64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-x86.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-arm.mk | 393 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-mips.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-mips.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-x86.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-arm64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-x86_64.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-arm.mk | 393 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|