Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/frame_host/
Drender_frame_host_impl.cc81 class DesktopNotificationDelegateImpl : public DesktopNotificationDelegate { class
83 DesktopNotificationDelegateImpl(RenderFrameHost* render_frame_host, in DesktopNotificationDelegateImpl() function in content::__anon90c7f8420111::DesktopNotificationDelegateImpl
89 virtual ~DesktopNotificationDelegateImpl() {} in ~DesktopNotificationDelegateImpl()
975 scoped_ptr<DesktopNotificationDelegateImpl> delegate( in OnShowDesktopNotification()
976 new DesktopNotificationDelegateImpl(this, notification_id)); in OnShowDesktopNotification()