/external/chromium_org/third_party/WebKit/Source/platform/speech/ |
D | PlatformSpeechSynthesizer.h | 41 class PlatformSpeechSynthesisUtterance; variable 47 virtual void didStartSpeaking(PlatformSpeechSynthesisUtterance*) = 0; 48 virtual void didFinishSpeaking(PlatformSpeechSynthesisUtterance*) = 0; 49 virtual void didPauseSpeaking(PlatformSpeechSynthesisUtterance*) = 0; 50 virtual void didResumeSpeaking(PlatformSpeechSynthesisUtterance*) = 0; 51 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) = 0; 52 …virtual void boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned cha… 67 virtual void speak(PlatformSpeechSynthesisUtterance*);
|
D | PlatformSpeechSynthesisUtterance.cpp | 31 PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisU… in create() 33 return new PlatformSpeechSynthesisUtterance(client); in create() 36 PlatformSpeechSynthesisUtterance::PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance… in PlatformSpeechSynthesisUtterance() function in blink::PlatformSpeechSynthesisUtterance 44 void PlatformSpeechSynthesisUtterance::trace(Visitor* visitor) in trace()
|
D | PlatformSpeechSynthesisUtterance.h | 43 class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance FINAL : public GarbageCollectedFinalized<Pla… 45 static PlatformSpeechSynthesisUtterance* create(PlatformSpeechSynthesisUtteranceClient*); 76 explicit PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient*);
|
D | PlatformSpeechSynthesizer.cpp | 57 void PlatformSpeechSynthesizer::speak(PlatformSpeechSynthesisUtterance* utterance) in speak()
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechSynthesis.h | 74 virtual void didStartSpeaking(PlatformSpeechSynthesisUtterance*) OVERRIDE; 75 virtual void didPauseSpeaking(PlatformSpeechSynthesisUtterance*) OVERRIDE; 76 virtual void didResumeSpeaking(PlatformSpeechSynthesisUtterance*) OVERRIDE; 77 virtual void didFinishSpeaking(PlatformSpeechSynthesisUtterance*) OVERRIDE; 78 virtual void speakingErrorOccurred(PlatformSpeechSynthesisUtterance*) OVERRIDE; 79 …virtual void boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned cha…
|
D | SpeechSynthesis.cpp | 174 void SpeechSynthesis::boundaryEventOccurred(PlatformSpeechSynthesisUtterance* utterance, SpeechBoun… in boundaryEventOccurred() 191 void SpeechSynthesis::didStartSpeaking(PlatformSpeechSynthesisUtterance* utterance) in didStartSpeaking() 197 void SpeechSynthesis::didPauseSpeaking(PlatformSpeechSynthesisUtterance* utterance) in didPauseSpeaking() 204 void SpeechSynthesis::didResumeSpeaking(PlatformSpeechSynthesisUtterance* utterance) in didResumeSpeaking() 211 void SpeechSynthesis::didFinishSpeaking(PlatformSpeechSynthesisUtterance* utterance) in didFinishSpeaking() 217 void SpeechSynthesis::speakingErrorOccurred(PlatformSpeechSynthesisUtterance* utterance) in speakingErrorOccurred()
|
D | SpeechSynthesisUtterance.h | 77 PlatformSpeechSynthesisUtterance* platformUtterance() const { return m_platformUtterance; } in platformUtterance() 87 Member<PlatformSpeechSynthesisUtterance> m_platformUtterance;
|
D | SpeechSynthesisUtterance.cpp | 38 , m_platformUtterance(PlatformSpeechSynthesisUtterance::create(this)) in SpeechSynthesisUtterance()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSpeechSynthesisUtterance.h | 35 class PlatformSpeechSynthesisUtterance; variable 65 BLINK_PLATFORM_EXPORT WebSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance*); 66 BLINK_PLATFORM_EXPORT WebSpeechSynthesisUtterance& operator=(PlatformSpeechSynthesisUtterance*); 67 BLINK_PLATFORM_EXPORT operator PlatformSpeechSynthesisUtterance*() const; 71 WebPrivatePtr<PlatformSpeechSynthesisUtterance> m_private;
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebSpeechSynthesisUtterance.cpp | 36 WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(PlatformSpeechSynthesisUtterance* utteranc… in WebSpeechSynthesisUtterance() 41 …hSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(PlatformSpeechSynthesisUtterance* utte… in operator =() 57 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const in operator PlatformSpeechSynthesisUtterance*()
|
/external/chromium_org/third_party/WebKit/Source/modules/speech/testing/ |
D | PlatformSpeechSynthesizerMock.h | 40 virtual void speak(PlatformSpeechSynthesisUtterance*) OVERRIDE; 55 Member<PlatformSpeechSynthesisUtterance> m_utterance;
|
D | PlatformSpeechSynthesizerMock.cpp | 77 void PlatformSpeechSynthesizerMock::speak(PlatformSpeechSynthesisUtterance* utterance) in speak()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | blink_platform.gypi | 789 'speech/PlatformSpeechSynthesisUtterance.cpp', 790 'speech/PlatformSpeechSynthesisUtterance.h',
|
D | blink_platform.target.linux-arm64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-mips64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-x86_64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-mips64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-x86.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-arm.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-mips.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.linux-mips.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-x86.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-arm64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-x86_64.mk | 391 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|
D | blink_platform.target.darwin-arm.mk | 392 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
|