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

  /external/chromium/chrome/browser/chromeos/cros/
mock_screen_lock_library.h 23 MOCK_METHOD0(NotifyScreenUnlockRequested, void());
screen_lock_library.h 35 virtual void NotifyScreenUnlockRequested() = 0;
screen_lock_library.cc 45 void NotifyScreenUnlockRequested() {
46 chromeos::NotifyScreenUnlockRequested();
125 void NotifyScreenUnlockRequested() {}
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 112 EXPECT_CALL(*mock_screen_lock_library_, NotifyScreenUnlockRequested())
184 EXPECT_CALL(*mock_screen_lock_library_, NotifyScreenUnlockRequested())
223 EXPECT_CALL(*mock_screen_lock_library_, NotifyScreenUnlockRequested())
login_performer.cc 333 NotifyScreenUnlockRequested();
screen_locker.cc 860 CrosLibrary::Get()->GetScreenLockLibrary()->NotifyScreenUnlockRequested();
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 197 NotifyScreenUnlockRequested();

Completed in 1116 milliseconds