OnRecognitionResults   34 chrome/browser/speech/chrome_speech_recognition_manager_delegate.h   virtual void OnRecognitionResults(
OnRecognitionResults   46 content/browser/speech/input_tag_speech_dispatcher_host.h   virtual void OnRecognitionResults(
OnRecognitionResults   45 content/browser/speech/speech_recognition_dispatcher_host.h   virtual void OnRecognitionResults(
OnRecognitionResults  387 content/browser/speech/speech_recognition_manager_impl.cc     delegate_listener->OnRecognitionResults(session_id, results);
OnRecognitionResults  389 content/browser/speech/speech_recognition_manager_impl.cc     listener->OnRecognitionResults(session_id, results);
OnRecognitionResults   88 content/browser/speech/speech_recognition_manager_impl.h   virtual void OnRecognitionResults(
OnRecognitionResults  709 content/browser/speech/speech_recognizer_impl.cc   listener()->OnRecognitionResults(session_id(), event_args.engine_results);
OnRecognitionResults  730 content/browser/speech/speech_recognizer_impl.cc     listener()->OnRecognitionResults(session_id(), results);
OnRecognitionResults  749 content/browser/speech/speech_recognizer_impl.cc     listener()->OnRecognitionResults(session_id(), results);
OnRecognitionResults  171 content/browser/speech/speech_recognizer_impl_android.cc   listener()->OnRecognitionResults(session_id(), results);
OnRecognitionResults   38 content/browser/speech/speech_recognizer_impl_android.h   void OnRecognitionResults(JNIEnv* env, jobject obj, jobjectArray strings,
OnRecognitionResults   44 content/public/browser/speech_recognition_event_listener.h   virtual void OnRecognitionResults(int session_id,
OnRecognitionResults  151 content/public/test/fake_speech_recognition_manager.cc   listener_->OnRecognitionResults(session_id_, results);