/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
D | PlatformSpeechSynthesizer.h | 46 class PlatformSpeechSynthesisUtterance; variable 50 virtual void didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0; 51 virtual void didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0; 52 virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0; 53 virtual void didResumeSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0; 54 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) = 0; 55 …virtual void boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>, SpeechBoundary, u… 69 virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>);
|
D | PlatformSpeechSynthesisUtterance.cpp | 31 PassRefPtr<PlatformSpeechSynthesisUtterance> PlatformSpeechSynthesisUtterance::create(PlatformSpeec… in create() 33 return adoptRef(new PlatformSpeechSynthesisUtterance(client)); in create() 36 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance… in PlatformSpeechSynthesisUtterance() function in WebCore::PlatformSpeechSynthesisUtterance
|
D | PlatformSpeechSynthesisUtterance.h | 44 class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance : public RefCounted<PlatformSpeechSynthesisU… 46 …static PassRefPtr<PlatformSpeechSynthesisUtterance> create(PlatformSpeechSynthesisUtteranceClient*… 76 explicit PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient*);
|
D | PlatformSpeechSynthesizer.cpp | 57 void PlatformSpeechSynthesizer::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speak()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSpeechSynthesisUtterance.h | 33 namespace WebCore { class PlatformSpeechSynthesisUtterance; } variable 65 …M_EXPORT WebSpeechSynthesisUtterance(const PassRefPtr<WebCore::PlatformSpeechSynthesisUtterance>&); 66 …PLATFORM_EXPORT WebSpeechSynthesisUtterance& operator=(WebCore::PlatformSpeechSynthesisUtterance*); 67 BLINK_PLATFORM_EXPORT operator PassRefPtr<WebCore::PlatformSpeechSynthesisUtterance>() const; 68 BLINK_PLATFORM_EXPORT operator WebCore::PlatformSpeechSynthesisUtterance*() const; 72 WebPrivatePtr<WebCore::PlatformSpeechSynthesisUtterance> m_private;
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechSynthesis.h | 75 virtual void didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE; 76 virtual void didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE; 77 virtual void didResumeSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE; 78 virtual void didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE; 79 virtual void speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>) OVERRIDE; 80 …virtual void boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance>, SpeechBoundary, u…
|
D | SpeechSynthesis.cpp | 174 void SpeechSynthesis::boundaryEventOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance,… in boundaryEventOccurred() 191 void SpeechSynthesis::didStartSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in didStartSpeaking() 197 void SpeechSynthesis::didPauseSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in didPauseSpeaking() 204 void SpeechSynthesis::didResumeSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in didResumeSpeaking() 211 void SpeechSynthesis::didFinishSpeaking(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in didFinishSpeaking() 217 void SpeechSynthesis::speakingErrorOccurred(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speakingErrorOccurred()
|
D | SpeechSynthesisUtterance.h | 77 … PlatformSpeechSynthesisUtterance* platformUtterance() const { return m_platformUtterance.get(); } in platformUtterance() 81 RefPtr<PlatformSpeechSynthesisUtterance> m_platformUtterance;
|
D | SpeechSynthesisUtterance.cpp | 38 , m_platformUtterance(PlatformSpeechSynthesisUtterance::create(this)) in SpeechSynthesisUtterance()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebSpeechSynthesisUtterance.cpp | 38 …esisUtterance::WebSpeechSynthesisUtterance(const PassRefPtr<PlatformSpeechSynthesisUtterance>& utt… in WebSpeechSynthesisUtterance() 43 …sUtterance& WebSpeechSynthesisUtterance::operator=(WebCore::PlatformSpeechSynthesisUtterance* utte… in operator =() 59 WebSpeechSynthesisUtterance::operator PassRefPtr<PlatformSpeechSynthesisUtterance>() const in operator PassRefPtr<PlatformSpeechSynthesisUtterance>() 64 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const in operator PlatformSpeechSynthesisUtterance*()
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/ |
D | PlatformSpeechSynthesizerMock.h | 40 virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>); 51 RefPtr<PlatformSpeechSynthesisUtterance> m_utterance;
|
D | PlatformSpeechSynthesizerMock.cpp | 68 void PlatformSpeechSynthesizerMock::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speak()
|
/external/chromium_org/webkit/tools/layout_tests/ |
D | test_expectations_asan.txt | 54 …PlatformSpeechSynthesisUtterance::client() const /mnt/data/b/build/slave/WebKit_Linux_ASAN/build/s…
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 778 'speech/PlatformSpeechSynthesisUtterance.cpp', 779 'speech/PlatformSpeechSynthesisUtterance.h',
|
D | blink_platform.target.linux-mips.mk | 373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-x86.mk | 373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-mips.mk | 373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-arm.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-x86.mk | 373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-arm.mk | 374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|