Home
last modified time | relevance | path

Searched refs:PlatformSpeechSynthesisUtterance (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/speech/
DPlatformSpeechSynthesizer.h46 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>);
DPlatformSpeechSynthesisUtterance.cpp31 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
DPlatformSpeechSynthesisUtterance.h44 class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance : public RefCounted<PlatformSpeechSynthesisU…
46 …static PassRefPtr<PlatformSpeechSynthesisUtterance> create(PlatformSpeechSynthesisUtteranceClient*…
76 explicit PlatformSpeechSynthesisUtterance(PlatformSpeechSynthesisUtteranceClient*);
DPlatformSpeechSynthesizer.cpp57 void PlatformSpeechSynthesizer::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speak()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesisUtterance.h33 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/
DSpeechSynthesis.h75 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…
DSpeechSynthesis.cpp174 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()
DSpeechSynthesisUtterance.h77PlatformSpeechSynthesisUtterance* platformUtterance() const { return m_platformUtterance.get(); } in platformUtterance()
81 RefPtr<PlatformSpeechSynthesisUtterance> m_platformUtterance;
DSpeechSynthesisUtterance.cpp38 , m_platformUtterance(PlatformSpeechSynthesisUtterance::create(this)) in SpeechSynthesisUtterance()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesisUtterance.cpp38 …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/
DPlatformSpeechSynthesizerMock.h40 virtual void speak(PassRefPtr<PlatformSpeechSynthesisUtterance>);
51 RefPtr<PlatformSpeechSynthesisUtterance> m_utterance;
DPlatformSpeechSynthesizerMock.cpp68 void PlatformSpeechSynthesizerMock::speak(PassRefPtr<PlatformSpeechSynthesisUtterance> utterance) in speak()
/external/chromium_org/webkit/tools/layout_tests/
Dtest_expectations_asan.txt54PlatformSpeechSynthesisUtterance::client() const /mnt/data/b/build/slave/WebKit_Linux_ASAN/build/s…
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi778 'speech/PlatformSpeechSynthesisUtterance.cpp',
779 'speech/PlatformSpeechSynthesisUtterance.h',
Dblink_platform.target.linux-mips.mk373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
Dblink_platform.target.linux-x86.mk373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
Dblink_platform.target.darwin-mips.mk373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
Dblink_platform.target.linux-arm.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
Dblink_platform.target.darwin-x86.mk373 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
Dblink_platform.target.darwin-arm.mk374 third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \