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

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

Completed in 98 milliseconds