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

  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 28 bool IsCapturingAudio(content::WebContents* contents);
tab_utils.cc 48 bool IsCapturingAudio(content::WebContents* contents) {
52 return indicator->IsCapturingAudio(contents);
  /external/chromium_org/content/browser/speech/
speech_recognizer.h 30 virtual bool IsCapturingAudio() const = 0;
speech_recognizer_impl_android.h 31 virtual bool IsCapturingAudio() const OVERRIDE;
speech_recognizer_impl.h 51 virtual bool IsCapturingAudio() const OVERRIDE;
speech_recognizer_impl.cc 240 bool SpeechRecognizerImpl::IsCapturingAudio() const {
461 // - IsCapturingAudio() returns true if and only if audio_controller_ != NULL.
493 DCHECK(!IsCapturingAudio());
661 if (IsCapturingAudio())
768 DCHECK(IsCapturingAudio());
speech_recognizer_impl_android.cc 94 bool SpeechRecognizerImplAndroid::IsCapturingAudio() const {
speech_recognition_manager_impl.cc 561 if (session->recognizer->IsCapturingAudio())
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.h 59 bool IsCapturingAudio(content::WebContents* web_contents) const;
media_stream_capture_indicator.cc 129 bool IsCapturingAudio() const { return audio_ref_count_ > 0; }
320 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo()));
331 bool MediaStreamCaptureIndicator::IsCapturingAudio(
336 return (it != usage_map_.end() && it->second->IsCapturingAudio());
427 if ((usage.IsCapturingAudio() || usage.IsCapturingVideo())
432 audio = audio || usage.IsCapturingAudio();

Completed in 82 milliseconds