HomeSort by relevance Sort by last modified time
    Searched defs:SpeechInputEvent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
SpeechInputEvent.cpp 32 #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)
SpeechInputEvent.h 40 class SpeechInputEvent : public Event {
42 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
43 ~SpeechInputEvent();
50 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);

Completed in 927 milliseconds