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

  /external/chromium_org/chrome/browser/media/
audio_stream_monitor.cc 17 was_recently_audible_(false) {
25 return was_recently_audible_;
67 const bool indicator_was_on = was_recently_audible_;
74 was_recently_audible_ = should_indicator_be_on;
audio_stream_monitor.h 101 bool was_recently_audible_; member in class:AudioStreamMonitor
audio_stream_monitor_unittest.cc 92 EXPECT_EQ(was_audible, monitor->was_recently_audible_);
94 EXPECT_EQ(monitor->was_recently_audible_, monitor->off_timer_.IsRunning());

Completed in 171 milliseconds