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

  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_api.cc 104 ScreenlockPrivateEventRouter::ScreenlockPrivateEventRouter(
110 ScreenlockPrivateEventRouter::~ScreenlockPrivateEventRouter() {}
112 void ScreenlockPrivateEventRouter::OnScreenDidLock() {
117 void ScreenlockPrivateEventRouter::OnScreenDidUnlock() {
122 void ScreenlockPrivateEventRouter::OnFocusedUserChanged(
126 void ScreenlockPrivateEventRouter::DispatchEvent(
138 ScreenlockPrivateEventRouter> > g_factory = LAZY_INSTANCE_INITIALIZER;
141 extensions::BrowserContextKeyedAPIFactory<ScreenlockPrivateEventRouter>*
    [all...]
screenlock_private_api.h 53 class ScreenlockPrivateEventRouter : public extensions::BrowserContextKeyedAPI,
56 explicit ScreenlockPrivateEventRouter(content::BrowserContext* context);
57 virtual ~ScreenlockPrivateEventRouter();
64 ScreenlockPrivateEventRouter>*
75 ScreenlockPrivateEventRouter>;
79 return "ScreenlockPrivateEventRouter";
87 DISALLOW_COPY_AND_ASSIGN(ScreenlockPrivateEventRouter);

Completed in 51 milliseconds