HomeSort by relevance Sort by last modified time
    Searched refs:WebSpeechSynthesisVoice (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesisVoice.cpp 27 #include "public/platform/WebSpeechSynthesisVoice.h"
34 WebSpeechSynthesisVoice::WebSpeechSynthesisVoice()
39 void WebSpeechSynthesisVoice::assign(const WebSpeechSynthesisVoice& other)
44 void WebSpeechSynthesisVoice::reset()
49 void WebSpeechSynthesisVoice::setVoiceURI(const WebString& voiceURI)
54 void WebSpeechSynthesisVoice::setName(const WebString& name)
59 void WebSpeechSynthesisVoice::setLanguage(const WebString& language)
64 void WebSpeechSynthesisVoice::setIsLocalService(bool isLocalService
    [all...]
WebSpeechSynthesizerClientImpl.h 32 #include "public/platform/WebSpeechSynthesisVoice.h"
45 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices);
WebSpeechSynthesizerClientImpl.cpp 43 void WebSpeechSynthesizerClientImpl::setVoiceList(const WebVector<WebSpeechSynthesisVoice>& voices)
  /external/chromium_org/third_party/WebKit/public/platform/
WebSpeechSynthesisVoice.h 37 class WebSpeechSynthesisVoice {
39 BLINK_PLATFORM_EXPORT WebSpeechSynthesisVoice();
40 WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
41 ~WebSpeechSynthesisVoice() { reset(); }
43 WebSpeechSynthesisVoice& operator=(const WebSpeechSynthesisVoice& other)
49 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
WebSpeechSynthesizerClient.h 30 #include "WebSpeechSynthesisVoice.h"
39 virtual void setVoiceList(const WebVector<WebSpeechSynthesisVoice>&) = 0;
  /external/chromium_org/chrome/renderer/
tts_dispatcher.cc 14 #include "third_party/WebKit/public/platform/WebSpeechSynthesisVoice.h"
21 using blink::WebSpeechSynthesisVoice;
97 WebVector<WebSpeechSynthesisVoice> out_voices(voices.size());
99 out_voices[i] = WebSpeechSynthesisVoice();
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 206 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-arm.mk 206 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-mips.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-x86.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 205 third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
    [all...]

Completed in 1429 milliseconds