WebSpeechSynthesisVoice   35 Source/platform/exported/WebSpeechSynthesisVoice.cpp WebSpeechSynthesisVoice::WebSpeechSynthesisVoice()
WebSpeechSynthesisVoice   40 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other)
WebSpeechSynthesisVoice   45 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::reset()
WebSpeechSynthesisVoice   50 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::setVoiceURI(const WebString& voiceURI)
WebSpeechSynthesisVoice   55 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::setName(const WebString& name)
WebSpeechSynthesisVoice   60 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::setLanguage(const WebString& language)
WebSpeechSynthesisVoice   65 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::setIsLocalService(bool isLocalService)
WebSpeechSynthesisVoice   70 Source/platform/exported/WebSpeechSynthesisVoice.cpp void WebSpeechSynthesisVoice::setIsDefault(bool isDefault)
WebSpeechSynthesisVoice   75 Source/platform/exported/WebSpeechSynthesisVoice.cpp WebSpeechSynthesisVoice::operator PassRefPtr<WebCore::PlatformSpeechSynthesisVoice>() const
WebSpeechSynthesisVoice   43 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp void WebSpeechSynthesizerClientImpl::setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices)
WebSpeechSynthesisVoice   46 Source/platform/exported/WebSpeechSynthesizerClientImpl.h     virtual void setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices);
WebSpeechSynthesisVoice   39 public/platform/WebSpeechSynthesisVoice.h class WebSpeechSynthesisVoice {
WebSpeechSynthesisVoice   41 public/platform/WebSpeechSynthesisVoice.h     BLINK_PLATFORM_EXPORT WebSpeechSynthesisVoice();
WebSpeechSynthesisVoice   42 public/platform/WebSpeechSynthesisVoice.h     WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
WebSpeechSynthesisVoice   43 public/platform/WebSpeechSynthesisVoice.h     ~WebSpeechSynthesisVoice() { reset(); }
WebSpeechSynthesisVoice   45 public/platform/WebSpeechSynthesisVoice.h     WebSpeechSynthesisVoice& operator=(const WebSpeechSynthesisVoice& other)
WebSpeechSynthesisVoice   51 public/platform/WebSpeechSynthesisVoice.h     BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
WebSpeechSynthesisVoice   39 public/platform/WebSpeechSynthesizerClient.h     virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>&) = 0;