Home | History | Annotate | Download | only in support

Lines Matching refs:WebSpeechSynthesisUtterance

28 #include "public/platform/WebSpeechSynthesisUtterance.h"
38 WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(const PassRefPtr<PlatformSpeechSynthesisUtterance>& utterance)
43 WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(WebCore::PlatformSpeechSynthesisUtterance* utterance)
49 void WebSpeechSynthesisUtterance::assign(const WebSpeechSynthesisUtterance& other)
54 void WebSpeechSynthesisUtterance::reset()
59 WebSpeechSynthesisUtterance::operator PassRefPtr<PlatformSpeechSynthesisUtterance>() const
64 WebSpeechSynthesisUtterance::operator PlatformSpeechSynthesisUtterance*() const
69 WebString WebSpeechSynthesisUtterance::text() const
74 WebString WebSpeechSynthesisUtterance::lang() const
79 WebString WebSpeechSynthesisUtterance::voice() const
84 float WebSpeechSynthesisUtterance::volume() const
89 float WebSpeechSynthesisUtterance::rate() const
94 float WebSpeechSynthesisUtterance::pitch() const
99 double WebSpeechSynthesisUtterance::startTime() const