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

  /external/webkit/Source/WebCore/page/
SpeechInput.h 50 class SpeechInput : public SpeechInputListener {
51 WTF_MAKE_NONCOPYABLE(SpeechInput);
53 SpeechInput(SpeechInputClient*);
54 virtual ~SpeechInput();
SpeechInput.cpp 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
    [all...]

Completed in 35 milliseconds