Searched refs:VideoActivityNotifier (Results 1 – 4 of 4) sorted by relevance
19 VideoActivityNotifier::VideoActivityNotifier(VideoDetector* detector) in VideoActivityNotifier() function in ash::VideoActivityNotifier26 VideoActivityNotifier::~VideoActivityNotifier() { in ~VideoActivityNotifier()31 void VideoActivityNotifier::OnVideoDetected(bool is_fullscreen) { in OnVideoDetected()44 void VideoActivityNotifier::OnLockStateChanged(bool locked) { in OnLockStateChanged()
16 class VideoActivityNotifier : public VideoDetectorObserver,19 explicit VideoActivityNotifier(VideoDetector* detector);20 virtual ~VideoActivityNotifier();37 DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier);
145 class VideoActivityNotifier; variable714 scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
1050 new VideoActivityNotifier(video_detector_.get())); in Init()