OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebSpeechSynthesizerClientImpl
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.cpp
27
#include "platform/exported/
WebSpeechSynthesizerClientImpl
.h"
33
WebSpeechSynthesizerClientImpl
::
WebSpeechSynthesizerClientImpl
(PlatformSpeechSynthesizer* synthesizer, PlatformSpeechSynthesizerClient* client)
39
WebSpeechSynthesizerClientImpl
::~
WebSpeechSynthesizerClientImpl
()
43
void
WebSpeechSynthesizerClientImpl
::setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices)
52
void
WebSpeechSynthesizerClientImpl
::didStartSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
57
void
WebSpeechSynthesizerClientImpl
::didFinishSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
62
void
WebSpeechSynthesizerClientImpl
::didPauseSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
67
void
WebSpeechSynthesizerClientImpl
::didResumeSpeaking(const blink::WebSpeechSynthesisUtterance& utterance
[
all
...]
WebSpeechSynthesizerClientImpl.h
41
class
WebSpeechSynthesizerClientImpl
: public blink::WebSpeechSynthesizerClient {
43
explicit
WebSpeechSynthesizerClientImpl
(PlatformSpeechSynthesizer*, PlatformSpeechSynthesizerClient*);
44
virtual ~
WebSpeechSynthesizerClientImpl
();
/external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesizer.cpp
29
#include "platform/exported/
WebSpeechSynthesizerClientImpl
.h"
49
m_webSpeechSynthesizerClient = adoptPtr(new
WebSpeechSynthesizerClientImpl
(this, client));
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
181
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
180
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
180
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
181
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
180
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
180
third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl
.cpp \
[
all
...]
Completed in 146 milliseconds