max_hypotheses    201 content/browser/speech/google_one_shot_remote_engine.cc   parts.push_back("maxresults=" + base::UintToString(config_.max_hypotheses));
max_hypotheses    331 content/browser/speech/google_streaming_remote_engine.cc   if (config_.max_hypotheses > 0U) {
max_hypotheses    333 content/browser/speech/google_streaming_remote_engine.cc                                     config_.max_hypotheses);
max_hypotheses    146 content/browser/speech/input_tag_speech_dispatcher_host.cc   config.max_hypotheses = kMaxHypothesesForSpeechInputTag;
max_hypotheses    147 content/browser/speech/speech_recognition_dispatcher_host.cc   config.max_hypotheses = params.max_hypotheses;
max_hypotheses     19 content/browser/speech/speech_recognition_engine.cc       max_hypotheses(kDefaultMaxHypotheses),
max_hypotheses     57 content/browser/speech/speech_recognition_engine.h     uint32 max_hypotheses;
max_hypotheses    131 content/browser/speech/speech_recognition_manager_impl.cc   remote_engine_config.max_hypotheses = config.max_hypotheses;
max_hypotheses    121 content/common/speech_recognition_messages.h   IPC_STRUCT_MEMBER(uint32, max_hypotheses)
max_hypotheses     32 content/public/browser/speech_recognition_session_config.h   uint32 max_hypotheses;
max_hypotheses     70 content/renderer/speech_recognition_dispatcher.cc   msg_params.max_hypotheses = static_cast<uint32>(params.maxAlternatives());