/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
D | PlatformSpeechSynthesisVoice.cpp | 31 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
|
D | PlatformSpeechSynthesisVoice.h | 36 class PLATFORM_EXPORT PlatformSpeechSynthesisVoice : public RefCounted<PlatformSpeechSynthesisVoice… 38 …static PassRefPtr<PlatformSpeechSynthesisVoice> create(const String& voiceURI, const String& name,… 39 static PassRefPtr<PlatformSpeechSynthesisVoice> create(); 57 …PlatformSpeechSynthesisVoice(const String& voiceURI, const String& name, const String& lang, bool … 58 PlatformSpeechSynthesisVoice();
|
D | PlatformSpeechSynthesizer.h | 68 const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } in voiceList() 76 void setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >&); 81 Vector<RefPtr<PlatformSpeechSynthesisVoice> > m_voiceList;
|
D | PlatformSpeechSynthesisUtterance.h | 54 PlatformSpeechSynthesisVoice* voice() const { return m_voice.get(); } in voice() 55 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; } in setVoice() 81 RefPtr<PlatformSpeechSynthesisVoice> m_voice;
|
D | PlatformSpeechSynthesizer.cpp | 83 void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices) in setVoiceList()
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechSynthesisVoice.h | 39 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;
|
D | SpeechSynthesisVoice.cpp | 31 …<SpeechSynthesisVoice> SpeechSynthesisVoice::create(PassRefPtr<PlatformSpeechSynthesisVoice> voice) in create() 36 SpeechSynthesisVoice::SpeechSynthesisVoice(PassRefPtr<PlatformSpeechSynthesisVoice> voice) in SpeechSynthesisVoice()
|
D | SpeechSynthesis.cpp | 73 …const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesizer-… in getVoices()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSpeechSynthesisVoice.h | 34 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/ |
D | PlatformSpeechSynthesizerMock.cpp | 63 …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/ |
D | WebSpeechSynthesisVoice.cpp | 36 : m_private(WebCore::PlatformSpeechSynthesisVoice::create()) in WebSpeechSynthesisVoice() 75 WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const in operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>()
|
D | WebSpeechSynthesizerClientImpl.cpp | 45 Vector<RefPtr<PlatformSpeechSynthesisVoice> > outVoices; in setVoiceList() 47 outVoices.append(PassRefPtr<PlatformSpeechSynthesisVoice>(voices[i])); in setVoiceList()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 780 'speech/PlatformSpeechSynthesisVoice.cpp', 781 'speech/PlatformSpeechSynthesisVoice.h',
|
D | blink_platform.target.linux-mips.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-x86.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-mips.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.linux-arm.mk | 375 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-x86.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|
D | blink_platform.target.darwin-arm.mk | 375 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
|