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

  /external/chromium_org/ash/system/chromeos/power/
video_activity_notifier.h 16 class VideoActivityNotifier : public VideoDetectorObserver,
19 explicit VideoActivityNotifier(VideoDetector* detector);
20 virtual ~VideoActivityNotifier();
37 DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier);
video_activity_notifier.cc 19 VideoActivityNotifier::VideoActivityNotifier(VideoDetector* detector)
26 VideoActivityNotifier::~VideoActivityNotifier() {
31 void VideoActivityNotifier::OnVideoDetected(bool is_fullscreen) {
44 void VideoActivityNotifier::OnLockStateChanged(bool locked) {
  /external/chromium_org/ash/
shell.h 145 class VideoActivityNotifier;
714 scoped_ptr<VideoActivityNotifier> video_activity_notifier_;
shell.cc 731 // VideoActivityNotifier must be deleted before |video_detector_| is
    [all...]

Completed in 2422 milliseconds