VideoActivityNotifier 1008 ash/shell.cc         new VideoActivityNotifier(video_detector_.get()));
VideoActivityNotifier  145 ash/shell.h    class VideoActivityNotifier;
VideoActivityNotifier  703 ash/shell.h      scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
VideoActivityNotifier   19 ash/system/chromeos/power/video_activity_notifier.cc VideoActivityNotifier::VideoActivityNotifier(VideoDetector* detector)
VideoActivityNotifier   26 ash/system/chromeos/power/video_activity_notifier.cc VideoActivityNotifier::~VideoActivityNotifier() {
VideoActivityNotifier   31 ash/system/chromeos/power/video_activity_notifier.cc void VideoActivityNotifier::OnVideoDetected(bool is_fullscreen) {
VideoActivityNotifier   44 ash/system/chromeos/power/video_activity_notifier.cc void VideoActivityNotifier::OnLockStateChanged(bool locked) {
VideoActivityNotifier   16 ash/system/chromeos/power/video_activity_notifier.h class VideoActivityNotifier : public VideoDetectorObserver,
VideoActivityNotifier   19 ash/system/chromeos/power/video_activity_notifier.h   explicit VideoActivityNotifier(VideoDetector* detector);
VideoActivityNotifier   20 ash/system/chromeos/power/video_activity_notifier.h   virtual ~VideoActivityNotifier();
VideoActivityNotifier   37 ash/system/chromeos/power/video_activity_notifier.h   DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier);