Home
last modified time | relevance | path

Searched refs:ScreenlockPrivateShowMessageFunction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
Dscreenlock_private_api.h36 class ScreenlockPrivateShowMessageFunction
41 ScreenlockPrivateShowMessageFunction();
44 virtual ~ScreenlockPrivateShowMessageFunction();
45 DISALLOW_COPY_AND_ASSIGN(ScreenlockPrivateShowMessageFunction );
Dscreenlock_private_api.cc56 ScreenlockPrivateShowMessageFunction::ScreenlockPrivateShowMessageFunction() {} in ScreenlockPrivateShowMessageFunction() function in extensions::ScreenlockPrivateShowMessageFunction
58 ScreenlockPrivateShowMessageFunction::~ScreenlockPrivateShowMessageFunction() {} in ~ScreenlockPrivateShowMessageFunction()
60 bool ScreenlockPrivateShowMessageFunction::RunImpl() { in RunImpl()