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

  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 73 ScreenLockUnlockObserver::ScreenLockUnlockObserver(
84 ScreenLockUnlockObserver::~ScreenLockUnlockObserver() {}
86 void ScreenLockUnlockObserver::Observe(NotificationType type,
automation_provider_observers.h 739 class ScreenLockUnlockObserver : public NotificationObserver {
743 ScreenLockUnlockObserver(AutomationProvider* automation,
746 virtual ~ScreenLockUnlockObserver();
758 DISALLOW_COPY_AND_ASSIGN(ScreenLockUnlockObserver);
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers_chromeos.cc 163 ScreenLockUnlockObserver::ScreenLockUnlockObserver(
174 ScreenLockUnlockObserver::~ScreenLockUnlockObserver() {}
176 void ScreenLockUnlockObserver::Observe(
194 : ScreenLockUnlockObserver(automation, reply_message, false) {
automation_provider_observers.h 745 class ScreenLockUnlockObserver : public content::NotificationObserver {
749 ScreenLockUnlockObserver(AutomationProvider* automation,
752 virtual ~ScreenLockUnlockObserver();
767 DISALLOW_COPY_AND_ASSIGN(ScreenLockUnlockObserver);
771 // ScreenLockUnlockObserver, but additionally adds itself as an observer
773 class ScreenUnlockObserver : public ScreenLockUnlockObserver,
    [all...]

Completed in 500 milliseconds