Home | History | Annotate | Download | only in page

Lines Matching defs:SpeechInput

32 #include "SpeechInput.h"
42 SpeechInput::SpeechInput(SpeechInputClient* client)
49 SpeechInput::~SpeechInput()
54 int SpeechInput::registerListener(SpeechInputListener* listener)
66 void SpeechInput::unregisterListener(int listenerId)
72 void SpeechInput::didCompleteRecording(int listenerId)
80 void SpeechInput::didCompleteRecognition(int listenerId)
88 void SpeechInput::setRecognitionResult(int listenerId, const SpeechInputResultArray& result)
96 bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin)
102 void SpeechInput::stopRecording(int listenerId)
108 void SpeechInput::cancelRecognition(int listenerId)