Searched defs:SpeechSynthesisUtterance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisUtterance.cpp27 #include "modules/speech/SpeechSynthesisUtterance.h"
31 PassRefPtr<SpeechSynthesisUtterance> SpeechSynthesisUtterance::create(ScriptExecutionContext* context, const String& text)
33 return adoptRef(new SpeechSynthesisUtterance(context, text));
36 SpeechSynthesisUtterance::SpeechSynthesisUtterance(ScriptExecutionContext* context, const String& text) function in class:WebCore::SpeechSynthesisUtterance
44 SpeechSynthesisUtterance::~SpeechSynthesisUtterance()
49 ScriptExecutionContext* SpeechSynthesisUtterance::scriptExecutionContext() const
54 const AtomicString& SpeechSynthesisUtterance
[all...]
H A DSpeechSynthesisUtterance.h39 class SpeechSynthesisUtterance : public PlatformSpeechSynthesisUtteranceClient, public ScriptWrappable, public RefCounted<SpeechSynthesisUtterance>, public ContextLifecycleObserver, public EventTarget { class in namespace:WebCore
41 static PassRefPtr<SpeechSynthesisUtterance> create(ScriptExecutionContext*, const String&);
43 ~SpeechSynthesisUtterance();
74 using RefCounted<SpeechSynthesisUtterance>::ref;
75 using RefCounted<SpeechSynthesisUtterance>::deref;
82 SpeechSynthesisUtterance(ScriptExecutionContext*, const String&);

Completed in 83 milliseconds