Searched refs:DesktopNotificationHandler (Results 1 – 4 of 4) sorted by relevance
16 DesktopNotificationHandler::DesktopNotificationHandler( in DesktopNotificationHandler() function in DesktopNotificationHandler21 DesktopNotificationHandler::~DesktopNotificationHandler() { in ~DesktopNotificationHandler()24 bool DesktopNotificationHandler::OnMessageReceived( in OnMessageReceived()28 IPC_BEGIN_MESSAGE_MAP(DesktopNotificationHandler, message) in OnMessageReceived()39 void DesktopNotificationHandler::OnShow( in OnShow()63 void DesktopNotificationHandler::OnCancel(int notification_id) { in OnCancel()74 void DesktopNotificationHandler::OnRequestPermission( in OnRequestPermission()
16 class DesktopNotificationHandler : public RenderViewHostObserver {18 explicit DesktopNotificationHandler(RenderViewHost* render_view_host);19 virtual ~DesktopNotificationHandler();31 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationHandler);
24 new DesktopNotificationHandler(render_view_host); in RenderViewHostCreated()
95 class DesktopNotificationHandler; variable1135 scoped_ptr<DesktopNotificationHandler> desktop_notification_handler_;