HomeSort by relevance Sort by last modified time
    Searched refs:ScreenLockUnlockObserver (Results 1 - 3 of 3) 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...]
testing_automation_provider_chromeos.cc 185 new ScreenLockUnlockObserver(this, reply_message, true);
195 new ScreenLockUnlockObserver(this, reply_message, false);

Completed in 1510 milliseconds