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

  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 22 bool IsPlayingAudio(content::WebContents* contents);
tab_utils.cc 34 bool IsPlayingAudio(content::WebContents* contents) {
38 return audio_indicator->IsPlayingAudio(contents);
  /external/chromium_org/chrome/browser/media/
audio_stream_indicator.h 31 bool IsPlayingAudio(const content::WebContents* contents);
audio_stream_indicator.cc 35 bool AudioStreamIndicator::IsPlayingAudio(const WebContents* contents) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 481 if (chrome::IsPlayingAudio(contents))
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 572 stats.is_playing_audio = chrome::IsPlayingAudio(contents);

Completed in 73 milliseconds