SpeechRecognitionHypothesis  135 content/browser/speech/google_one_shot_remote_engine.cc     result->hypotheses.push_back(SpeechRecognitionHypothesis(utterance,
SpeechRecognitionHypothesis  435 content/browser/speech/google_streaming_remote_engine.cc       SpeechRecognitionHypothesis hypothesis;
SpeechRecognitionHypothesis  115 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 1"), 0.1F));
SpeechRecognitionHypothesis  117 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis 2"), 0.2F));
SpeechRecognitionHypothesis  145 content/browser/speech/google_streaming_remote_engine_unittest.cc     result.hypotheses.push_back(SpeechRecognitionHypothesis(
SpeechRecognitionHypothesis  164 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("The final result"), 1.0F));
SpeechRecognitionHypothesis  191 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("hypothesis"), 1.0F));
SpeechRecognitionHypothesis  231 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("The final result"), 0.0F));
SpeechRecognitionHypothesis  308 content/browser/speech/google_streaming_remote_engine_unittest.cc       SpeechRecognitionHypothesis(base::UTF8ToUTF16("foo"), 0.5));
SpeechRecognitionHypothesis  426 content/browser/speech/google_streaming_remote_engine_unittest.cc     const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];
SpeechRecognitionHypothesis  474 content/browser/speech/google_streaming_remote_engine_unittest.cc       const SpeechRecognitionHypothesis& hyp_a = it_a->hypotheses[i];
SpeechRecognitionHypothesis  475 content/browser/speech/google_streaming_remote_engine_unittest.cc       const SpeechRecognitionHypothesis& hyp_b = it_b->hypotheses[i];
SpeechRecognitionHypothesis  174 content/browser/speech/speech_recognition_browsertest.cc     result.hypotheses.push_back(SpeechRecognitionHypothesis(
SpeechRecognitionHypothesis  159 content/browser/speech/speech_recognizer_impl_android.cc     result.hypotheses.push_back(SpeechRecognitionHypothesis(
SpeechRecognitionHypothesis   28 content/common/speech_recognition_messages.h IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionHypothesis)
SpeechRecognitionHypothesis   20 content/public/common/speech_recognition_result.h   SpeechRecognitionHypothesis() : confidence(0.0) {}
SpeechRecognitionHypothesis   22 content/public/common/speech_recognition_result.h   SpeechRecognitionHypothesis(const base::string16& utterance_value,
SpeechRecognitionHypothesis   29 content/public/common/speech_recognition_result.h typedef std::vector<SpeechRecognitionHypothesis>
SpeechRecognitionHypothesis  147 content/public/test/fake_speech_recognition_manager.cc   result.hypotheses.push_back(SpeechRecognitionHypothesis(
SpeechRecognitionHypothesis   94 content/test/mock_google_streaming_server.cc     const SpeechRecognitionHypothesis& hypothesis = result.hypotheses[i];