HomeSort by relevance Sort by last modified time
    Searched refs:SetInputVolume (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 106 virtual void SetInputVolume(float volume, float noise_volume) = 0;
140 virtual void SetInputVolume(float volume, float noise_volume);
speech_input_bubble.cc 165 SetInputVolume(0, 0);
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) {
speech_input_manager.cc 123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);
349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume,
speech_input_bubble_controller.cc 177 bubble->SetInputVolume(volume, noise_volume);
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.h 112 virtual void SetInputVolume(float volume, float noise_volume) = 0;
146 virtual void SetInputVolume(float volume, float noise_volume) OVERRIDE;
speech_recognition_bubble.cc 194 SetInputVolume(0, 0);
250 void SpeechRecognitionBubbleBase::SetInputVolume(float volume,
speech_recognition_bubble_controller.cc 180 bubble_->SetInputVolume(request.volume, request.noise_volume);

Completed in 2285 milliseconds