OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPlayingAudio
(Results
1 - 5
of
5
) sorted by null
/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/tabs/
tab_utils.h
59
bool
IsPlayingAudio
(content::WebContents* contents);
tab_utils.cc
119
bool
IsPlayingAudio
(content::WebContents* contents) {
123
return audio_indicator && audio_indicator->
IsPlayingAudio
(contents);
140
if (
IsPlayingAudio
(contents))
/external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc
577
stats.is_playing_audio = chrome::
IsPlayingAudio
(contents);
Completed in 346 milliseconds