Home
last modified time | relevance | path

Searched refs:VideoActivityNotifier (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
Dvideo_activity_notifier.cc19 VideoActivityNotifier::VideoActivityNotifier(VideoDetector* detector) in VideoActivityNotifier() function in ash::VideoActivityNotifier
26 VideoActivityNotifier::~VideoActivityNotifier() { in ~VideoActivityNotifier()
31 void VideoActivityNotifier::OnVideoDetected(bool is_fullscreen) { in OnVideoDetected()
44 void VideoActivityNotifier::OnLockStateChanged(bool locked) { in OnLockStateChanged()
Dvideo_activity_notifier.h16 class VideoActivityNotifier : public VideoDetectorObserver,
19 explicit VideoActivityNotifier(VideoDetector* detector);
20 virtual ~VideoActivityNotifier();
37 DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier);
/external/chromium_org/ash/
Dshell.h145 class VideoActivityNotifier; variable
714 scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
Dshell.cc1050 new VideoActivityNotifier(video_detector_.get())); in Init()