Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dsystem_message_window_win.cc30 class SystemMessageWindowWin::DeviceNotifications { class in content::SystemMessageWindowWin
32 explicit DeviceNotifications(HWND hwnd) : notifications_() { in DeviceNotifications() function in content::SystemMessageWindowWin::DeviceNotifications
36 ~DeviceNotifications() { in ~DeviceNotifications()
77 DISALLOW_IMPLICIT_CONSTRUCTORS(DeviceNotifications);
95 device_notifications_.reset(new DeviceNotifications(window_)); in SystemMessageWindowWin()
Dsystem_message_window_win.h43 class DeviceNotifications; variable
44 scoped_ptr<DeviceNotifications> device_notifications_;