Searched refs:SetInputVolume (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble.h106 virtual void SetInputVolume(float volume, float noise_volume) = 0;
140 virtual void SetInputVolume(float volume, float noise_volume);
H A Dspeech_input_bubble.cc165 SetInputVolume(0, 0);
219 void SpeechInputBubbleBase::SetInputVolume(float volume, float noise_volume) { function in class:SpeechInputBubbleBase
H A Dspeech_input_manager.cc123 virtual void SetInputVolume(int caller_id, float volume, float noise_volume);
349 void SpeechInputManagerImpl::SetInputVolume(int caller_id, float volume, function in class:speech_input::SpeechInputManagerImpl
H A Dspeech_input_bubble_controller.cc177 bubble->SetInputVolume(volume, noise_volume);

Completed in 94 milliseconds