Home
last modified time | relevance | path

Searched refs:DesktopNotificationHandler (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Ddesktop_notification_handler.cc16 DesktopNotificationHandler::DesktopNotificationHandler( in DesktopNotificationHandler() function in DesktopNotificationHandler
21 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()
Ddesktop_notification_handler.h16 class DesktopNotificationHandler : public RenderViewHostObserver {
18 explicit DesktopNotificationHandler(RenderViewHost* render_view_host);
19 virtual ~DesktopNotificationHandler();
31 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationHandler);
Dchrome_content_browser_client.cc24 new DesktopNotificationHandler(render_view_host); in RenderViewHostCreated()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h95 class DesktopNotificationHandler; variable
1135 scoped_ptr<DesktopNotificationHandler> desktop_notification_handler_;