Searched refs:SpeechRecognitionDispatcher (Results 1 – 4 of 4) sorted by relevance
28 SpeechRecognitionDispatcher::SpeechRecognitionDispatcher( in SpeechRecognitionDispatcher() function in content::SpeechRecognitionDispatcher35 SpeechRecognitionDispatcher::~SpeechRecognitionDispatcher() { in ~SpeechRecognitionDispatcher()38 bool SpeechRecognitionDispatcher::OnMessageReceived( in OnMessageReceived()41 IPC_BEGIN_MESSAGE_MAP(SpeechRecognitionDispatcher, message) in OnMessageReceived()56 void SpeechRecognitionDispatcher::start( in start()80 void SpeechRecognitionDispatcher::stop( in stop()90 void SpeechRecognitionDispatcher::abort( in abort()100 void SpeechRecognitionDispatcher::OnRecognitionStarted(int request_id) { in OnRecognitionStarted()104 void SpeechRecognitionDispatcher::OnAudioStarted(int request_id) { in OnAudioStarted()108 void SpeechRecognitionDispatcher::OnSoundStarted(int request_id) { in OnSoundStarted()[all …]
25 class SpeechRecognitionDispatcher : public RenderViewObserver,28 explicit SpeechRecognitionDispatcher(RenderViewImpl* render_view);29 virtual ~SpeechRecognitionDispatcher();65 DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionDispatcher);
157 class SpeechRecognitionDispatcher; variable1382 SpeechRecognitionDispatcher* speech_recognition_dispatcher_;
5995 speech_recognition_dispatcher_ = new SpeechRecognitionDispatcher(this); in speechRecognizer()