Searched refs:WebSpeechSynthesisVoice (Results 1 – 19 of 19) sorted by relevance
34 WebSpeechSynthesisVoice::WebSpeechSynthesisVoice() in WebSpeechSynthesisVoice() function in blink::WebSpeechSynthesisVoice39 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*()
45 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices);
43 void WebSpeechSynthesizerClientImpl::setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices) in setVoiceList()
37 class WebSpeechSynthesisVoice {39 BLINK_PLATFORM_EXPORT WebSpeechSynthesisVoice();40 WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); } in WebSpeechSynthesisVoice() function41 ~WebSpeechSynthesisVoice() { reset(); } in ~WebSpeechSynthesisVoice()43 WebSpeechSynthesisVoice& operator=(const WebSpeechSynthesisVoice& other)49 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
39 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>&) = 0;
21 using blink::WebSpeechSynthesisVoice;97 WebVector<WebSpeechSynthesisVoice> out_voices(voices.size()); in OnSetVoiceList()99 out_voices[i] = WebSpeechSynthesisVoice(); in OnSetVoiceList()
324 'exported/WebSpeechSynthesisVoice.cpp',
205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
206 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \