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

  /external/chromium_org/ash/system/chromeos/power/
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) {
video_activity_notifier.h 16 class VideoActivityNotifier : public VideoDetectorObserver,
19 explicit VideoActivityNotifier(VideoDetector* detector);
20 virtual ~VideoActivityNotifier();
37 DISALLOW_COPY_AND_ASSIGN(VideoActivityNotifier);

Completed in 35 milliseconds