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

  /external/chromium/chrome/browser/
desktop_notification_handler.h 16 class DesktopNotificationHandler : public RenderViewHostObserver {
18 explicit DesktopNotificationHandler(RenderViewHost* render_view_host);
19 virtual ~DesktopNotificationHandler();
31 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationHandler);
desktop_notification_handler.cc 16 DesktopNotificationHandler::DesktopNotificationHandler(
21 DesktopNotificationHandler::~DesktopNotificationHandler() {
24 bool DesktopNotificationHandler::OnMessageReceived(
28 IPC_BEGIN_MESSAGE_MAP(DesktopNotificationHandler, message)
39 void DesktopNotificationHandler::OnShow(
63 void DesktopNotificationHandler::OnCancel(int notification_id) {
74 void DesktopNotificationHandler::OnRequestPermission(

Completed in 43 milliseconds