SpeechInputEvent 398 Source/core/html/shadow/TextControlInnerElements.cpp input->dispatchEvent(SpeechInputEvent::create(EventTypeNames::webkitspeechchange, results)); SpeechInputEvent 39 Source/core/speech/SpeechInputEvent.cpp PassRefPtrWillBeRawPtr<SpeechInputEvent> SpeechInputEvent::create() SpeechInputEvent 41 Source/core/speech/SpeechInputEvent.cpp return adoptRefWillBeNoop(new SpeechInputEvent); SpeechInputEvent 44 Source/core/speech/SpeechInputEvent.cpp PassRefPtrWillBeRawPtr<SpeechInputEvent> SpeechInputEvent::create(const AtomicString& eventType, const SpeechInputResultArray& results) SpeechInputEvent 46 Source/core/speech/SpeechInputEvent.cpp return adoptRefWillBeNoop(new SpeechInputEvent(eventType, results)); SpeechInputEvent 49 Source/core/speech/SpeechInputEvent.cpp SpeechInputEvent::SpeechInputEvent() SpeechInputEvent 54 Source/core/speech/SpeechInputEvent.cpp SpeechInputEvent::SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results) SpeechInputEvent 61 Source/core/speech/SpeechInputEvent.cpp SpeechInputEvent::~SpeechInputEvent() SpeechInputEvent 65 Source/core/speech/SpeechInputEvent.cpp const AtomicString& SpeechInputEvent::interfaceName() const SpeechInputEvent 67 Source/core/speech/SpeechInputEvent.cpp return EventNames::SpeechInputEvent; SpeechInputEvent 70 Source/core/speech/SpeechInputEvent.cpp void SpeechInputEvent::trace(Visitor* visitor) SpeechInputEvent 38 Source/core/speech/SpeechInputEvent.h class SpeechInputEvent FINAL : public Event { SpeechInputEvent 40 Source/core/speech/SpeechInputEvent.h static PassRefPtrWillBeRawPtr<SpeechInputEvent> create(); SpeechInputEvent 41 Source/core/speech/SpeechInputEvent.h static PassRefPtrWillBeRawPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results); SpeechInputEvent 42 Source/core/speech/SpeechInputEvent.h virtual ~SpeechInputEvent(); SpeechInputEvent 51 Source/core/speech/SpeechInputEvent.h SpeechInputEvent(); SpeechInputEvent 52 Source/core/speech/SpeechInputEvent.h SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);