SpeechSynthesisEvent 149 Source/modules/speech/SpeechSynthesis.cpp utterance->dispatchEvent(SpeechSynthesisEvent::create(type, charIndex, (currentTime() - utterance->startTime()), name)); SpeechSynthesisEvent 31 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create() SpeechSynthesisEvent 33 Source/modules/speech/SpeechSynthesisEvent.cpp return adoptRefWillBeNoop(new SpeechSynthesisEvent()); SpeechSynthesisEvent 36 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) SpeechSynthesisEvent 38 Source/modules/speech/SpeechSynthesisEvent.cpp return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name)); SpeechSynthesisEvent 41 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent() SpeechSynthesisEvent 46 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) SpeechSynthesisEvent 55 Source/modules/speech/SpeechSynthesisEvent.cpp void SpeechSynthesisEvent::trace(Visitor* visitor) SpeechSynthesisEvent 34 Source/modules/speech/SpeechSynthesisEvent.h class SpeechSynthesisEvent FINAL : public Event { SpeechSynthesisEvent 36 Source/modules/speech/SpeechSynthesisEvent.h static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(); SpeechSynthesisEvent 37 Source/modules/speech/SpeechSynthesisEvent.h static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name); SpeechSynthesisEvent 43 Source/modules/speech/SpeechSynthesisEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::SpeechSynthesisEvent; } SpeechSynthesisEvent 48 Source/modules/speech/SpeechSynthesisEvent.h SpeechSynthesisEvent(); SpeechSynthesisEvent 49 Source/modules/speech/SpeechSynthesisEvent.h SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);