NotificationProvider 30 content/renderer/notification_provider.cc NotificationProvider::NotificationProvider(RenderViewImpl* render_view) NotificationProvider 34 content/renderer/notification_provider.cc NotificationProvider::~NotificationProvider() { NotificationProvider 37 content/renderer/notification_provider.cc bool NotificationProvider::show(const WebNotification& notification) { NotificationProvider 52 content/renderer/notification_provider.cc void NotificationProvider::cancel(const WebNotification& notification) { NotificationProvider 60 content/renderer/notification_provider.cc void NotificationProvider::objectDestroyed( NotificationProvider 69 content/renderer/notification_provider.cc WebNotificationPresenter::Permission NotificationProvider::checkPermission( NotificationProvider 79 content/renderer/notification_provider.cc void NotificationProvider::requestPermission( NotificationProvider 92 content/renderer/notification_provider.cc bool NotificationProvider::OnMessageReceived(const IPC::Message& message) { NotificationProvider 94 content/renderer/notification_provider.cc IPC_BEGIN_MESSAGE_MAP(NotificationProvider, message) NotificationProvider 110 content/renderer/notification_provider.cc void NotificationProvider::OnDisplay(int id) { NotificationProvider 119 content/renderer/notification_provider.cc void NotificationProvider::OnError(int id, const WebString& message) { NotificationProvider 128 content/renderer/notification_provider.cc void NotificationProvider::OnClose(int id, bool by_user) { NotificationProvider 139 content/renderer/notification_provider.cc void NotificationProvider::OnClick(int id) { NotificationProvider 148 content/renderer/notification_provider.cc void NotificationProvider::OnPermissionRequestComplete(int id) { NotificationProvider 155 content/renderer/notification_provider.cc void NotificationProvider::OnNavigate() { NotificationProvider 22 content/renderer/notification_provider.h class NotificationProvider : public RenderViewObserver, NotificationProvider 25 content/renderer/notification_provider.h explicit NotificationProvider(RenderViewImpl* render_view); NotificationProvider 26 content/renderer/notification_provider.h virtual ~NotificationProvider(); NotificationProvider 53 content/renderer/notification_provider.h DISALLOW_COPY_AND_ASSIGN(NotificationProvider); NotificationProvider 713 content/renderer/render_view_impl.cc notification_provider_ = new NotificationProvider(this); NotificationProvider 151 content/renderer/render_view_impl.h class NotificationProvider; NotificationProvider 1245 content/renderer/render_view_impl.h NotificationProvider* notification_provider_;