Home
last modified time | relevance | path

Searched refs:WebSpeechSynthesisVoice (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebSpeechSynthesisVoice.cpp34 WebSpeechSynthesisVoice::WebSpeechSynthesisVoice() in WebSpeechSynthesisVoice() function in blink::WebSpeechSynthesisVoice
39 void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other) in assign()
44 void WebSpeechSynthesisVoice::reset() in reset()
49 void WebSpeechSynthesisVoice::setVoiceURI(const WebString& voiceURI) in setVoiceURI()
54 void WebSpeechSynthesisVoice::setName(const WebString& name) in setName()
59 void WebSpeechSynthesisVoice::setLanguage(const WebString& language) in setLanguage()
64 void WebSpeechSynthesisVoice::setIsLocalService(bool isLocalService) in setIsLocalService()
69 void WebSpeechSynthesisVoice::setIsDefault(bool isDefault) in setIsDefault()
74 WebSpeechSynthesisVoice::operator PlatformSpeechSynthesisVoice*() const in operator PlatformSpeechSynthesisVoice*()
DWebSpeechSynthesizerClientImpl.h45 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices);
DWebSpeechSynthesizerClientImpl.cpp43 void WebSpeechSynthesizerClientImpl::setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices) in setVoiceList()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSpeechSynthesisVoice.h37 class WebSpeechSynthesisVoice {
39 BLINK_PLATFORM_EXPORT WebSpeechSynthesisVoice();
40 WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); } in WebSpeechSynthesisVoice() function
41 ~WebSpeechSynthesisVoice() { reset(); } in ~WebSpeechSynthesisVoice()
43 WebSpeechSynthesisVoice& operator=(const WebSpeechSynthesisVoice& other)
49 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
DWebSpeechSynthesizerClient.h39 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>&) = 0;
/external/chromium_org/chrome/renderer/
Dtts_dispatcher.cc21 using blink::WebSpeechSynthesisVoice;
97 WebVector<WebSpeechSynthesisVoice> out_voices(voices.size()); in OnSetVoiceList()
99 out_voices[i] = WebSpeechSynthesisVoice(); in OnSetVoiceList()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi324 'exported/WebSpeechSynthesisVoice.cpp',
Dblink_platform.target.linux-arm64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-mips64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-x86_64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-mips64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-x86.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-arm.mk206 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-mips.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.linux-mips.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-x86.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-arm64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-x86_64.mk205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
Dblink_platform.target.darwin-arm.mk206 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \