Home
last modified time | relevance | path

Searched refs:OnRecognitionEnd (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/browser/speech/
Dspeech_recognizer_impl_android.cc188 void SpeechRecognizerImplAndroid::OnRecognitionEnd(JNIEnv* env, in OnRecognitionEnd() function in content::SpeechRecognizerImplAndroid
192 &SpeechRecognizerImplAndroid::OnRecognitionEnd, this, in OnRecognitionEnd()
198 listener()->OnRecognitionEnd(session_id()); in OnRecognitionEnd()
Dspeech_recognizer_impl_android.h41 void OnRecognitionEnd(JNIEnv* env, jobject obj);
Dspeech_recognition_dispatcher_host.h44 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
Dinput_tag_speech_dispatcher_host.h45 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
Dspeech_recognition_manager_impl.cc414 void SpeechRecognitionManagerImpl::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in content::SpeechRecognitionManagerImpl
420 delegate_listener->OnRecognitionEnd(session_id); in OnRecognitionEnd()
422 listener->OnRecognitionEnd(session_id); in OnRecognitionEnd()
Dspeech_recognition_manager_impl.h87 virtual void OnRecognitionEnd(int session_id) OVERRIDE; in NON_EXPORTED_BASE()
Dinput_tag_speech_dispatcher_host.cc202 void InputTagSpeechDispatcherHost::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in content::InputTagSpeechDispatcherHost
Dspeech_recognition_dispatcher_host.cc211 void SpeechRecognitionDispatcherHost::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in content::SpeechRecognitionDispatcherHost
Dspeech_recognizer_impl.cc681 listener()->OnRecognitionEnd(session_id()); in Abort()
751 listener()->OnRecognitionEnd(session_id()); in ProcessFinalResult()
Dspeech_recognizer_impl_unittest.cc119 virtual void OnRecognitionEnd(int session_id) OVERRIDE { in OnRecognitionEnd() function in content::SpeechRecognizerImplTest
/external/chromium_org/chrome/browser/speech/
Dchrome_speech_recognition_manager_delegate_bubble_ui.cc176 void ChromeSpeechRecognitionManagerDelegateBubbleUI::OnRecognitionEnd( in OnRecognitionEnd() function in speech::ChromeSpeechRecognitionManagerDelegateBubbleUI
178 ChromeSpeechRecognitionManagerDelegate::OnRecognitionEnd(session_id); in OnRecognitionEnd()
Dchrome_speech_recognition_manager_delegate_bubble_ui.h36 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
Dchrome_speech_recognition_manager_delegate.h33 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
Dchrome_speech_recognition_manager_delegate.cc327 void ChromeSpeechRecognitionManagerDelegate::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in speech::ChromeSpeechRecognitionManagerDelegate
/external/chromium_org/content/public/browser/
Dspeech_recognition_event_listener.h63 virtual void OnRecognitionEnd(int session_id) = 0;
/external/chromium_org/content/public/test/
Dfake_speech_recognition_manager.cc152 listener_->OnRecognitionEnd(session_id_); in SetFakeRecognitionResult()