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

/external/webkit/Source/WebCore/page/
H A DSpeechInputEvent.cpp32 #include "SpeechInputEvent.h"
38 PassRefPtr<SpeechInputEvent> SpeechInputEvent::create(const AtomicString& eventType, const SpeechInputResultArray& results)
40 return adoptRef(new SpeechInputEvent(eventType, results));
43 SpeechInputEvent::~SpeechInputEvent() {
46 SpeechInputEvent::SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results) function in class:WebCore::SpeechInputEvent
H A DSpeechInputEvent.h40 class SpeechInputEvent : public Event { class in namespace:WebCore
42 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
43 ~SpeechInputEvent();
50 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);

Completed in 270 milliseconds