/external/chromium_org/content/browser/speech/ |
D | speech_recognizer_impl_android.cc | 188 void SpeechRecognizerImplAndroid::OnRecognitionEnd(JNIEnv* env, in OnRecognitionEnd() function in content::SpeechRecognizerImplAndroid 192 &SpeechRecognizerImplAndroid::OnRecognitionEnd, this, in OnRecognitionEnd() 198 listener()->OnRecognitionEnd(session_id()); in OnRecognitionEnd()
|
D | speech_recognizer_impl_android.h | 41 void OnRecognitionEnd(JNIEnv* env, jobject obj);
|
D | speech_recognition_dispatcher_host.h | 44 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
|
D | input_tag_speech_dispatcher_host.h | 45 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
|
D | speech_recognition_manager_impl.cc | 414 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()
|
D | speech_recognition_manager_impl.h | 87 virtual void OnRecognitionEnd(int session_id) OVERRIDE; in NON_EXPORTED_BASE()
|
D | input_tag_speech_dispatcher_host.cc | 202 void InputTagSpeechDispatcherHost::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in content::InputTagSpeechDispatcherHost
|
D | speech_recognition_dispatcher_host.cc | 211 void SpeechRecognitionDispatcherHost::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in content::SpeechRecognitionDispatcherHost
|
D | speech_recognizer_impl.cc | 681 listener()->OnRecognitionEnd(session_id()); in Abort() 751 listener()->OnRecognitionEnd(session_id()); in ProcessFinalResult()
|
D | speech_recognizer_impl_unittest.cc | 119 virtual void OnRecognitionEnd(int session_id) OVERRIDE { in OnRecognitionEnd() function in content::SpeechRecognizerImplTest
|
/external/chromium_org/chrome/browser/speech/ |
D | chrome_speech_recognition_manager_delegate_bubble_ui.cc | 176 void ChromeSpeechRecognitionManagerDelegateBubbleUI::OnRecognitionEnd( in OnRecognitionEnd() function in speech::ChromeSpeechRecognitionManagerDelegateBubbleUI 178 ChromeSpeechRecognitionManagerDelegate::OnRecognitionEnd(session_id); in OnRecognitionEnd()
|
D | chrome_speech_recognition_manager_delegate_bubble_ui.h | 36 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
|
D | chrome_speech_recognition_manager_delegate.h | 33 virtual void OnRecognitionEnd(int session_id) OVERRIDE;
|
D | chrome_speech_recognition_manager_delegate.cc | 327 void ChromeSpeechRecognitionManagerDelegate::OnRecognitionEnd(int session_id) { in OnRecognitionEnd() function in speech::ChromeSpeechRecognitionManagerDelegate
|
/external/chromium_org/content/public/browser/ |
D | speech_recognition_event_listener.h | 63 virtual void OnRecognitionEnd(int session_id) = 0;
|
/external/chromium_org/content/public/test/ |
D | fake_speech_recognition_manager.cc | 152 listener_->OnRecognitionEnd(session_id_); in SetFakeRecognitionResult()
|