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

/external/webkit/Source/WebCore/page/
H A DSpeechInput.h50 class SpeechInput : public SpeechInputListener { class in namespace:WebCore
51 WTF_MAKE_NONCOPYABLE(SpeechInput);
53 SpeechInput(SpeechInputClient*);
54 virtual ~SpeechInput();
H A DSpeechInput.cpp32 #include "SpeechInput.h"
42 SpeechInput::SpeechInput(SpeechInputClient* client) function in class:WebCore::SpeechInput
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
[all...]

Completed in 779 milliseconds