HomeSort by relevance Sort by last modified time
    Searched refs:DesktopNotificationHandler (Results 1 - 4 of 4) 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(
chrome_content_browser_client.cc 24 new DesktopNotificationHandler(render_view_host);
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 95 class DesktopNotificationHandler;
    [all...]

Completed in 43 milliseconds