WebNotification    12 content/renderer/active_notification_tracker.cc using blink::WebNotification;
WebNotification    22 content/renderer/active_notification_tracker.cc     const WebNotification& notification, int& id) {
WebNotification    31 content/renderer/active_notification_tracker.cc     int id, WebNotification* notification) {
WebNotification    32 content/renderer/active_notification_tracker.cc   WebNotification* lookup = notification_table_.Lookup(id);
WebNotification    41 content/renderer/active_notification_tracker.cc     const blink::WebNotification& proxy) {
WebNotification    46 content/renderer/active_notification_tracker.cc     WebNotification* notification = new WebNotification(proxy);
WebNotification    55 content/renderer/active_notification_tracker.cc   scoped_ptr<WebNotification> notification(notification_table_.Lookup(id));
WebNotification    31 content/renderer/active_notification_tracker.h   int RegisterNotification(const blink::WebNotification& notification);
WebNotification    33 content/renderer/active_notification_tracker.h   bool GetId(const blink::WebNotification& notification, int& id);
WebNotification    34 content/renderer/active_notification_tracker.h   bool GetNotification(int id, blink::WebNotification* notification);
WebNotification    49 content/renderer/active_notification_tracker.h   IDMap<blink::WebNotification> notification_table_;
WebNotification    13 content/renderer/active_notification_tracker_unittest.cc   blink::WebNotification notification1;
WebNotification    16 content/renderer/active_notification_tracker_unittest.cc   blink::WebNotification notification2;
WebNotification    19 content/renderer/active_notification_tracker_unittest.cc   blink::WebNotification result;
WebNotification    19 content/renderer/notification_provider.cc using blink::WebNotification;
WebNotification    37 content/renderer/notification_provider.cc bool NotificationProvider::show(const WebNotification& notification) {
WebNotification    52 content/renderer/notification_provider.cc void NotificationProvider::cancel(const WebNotification& notification) {
WebNotification    61 content/renderer/notification_provider.cc     const WebNotification& notification) {
WebNotification   111 content/renderer/notification_provider.cc   WebNotification notification;
WebNotification   120 content/renderer/notification_provider.cc   WebNotification notification;
WebNotification   129 content/renderer/notification_provider.cc   WebNotification notification;
WebNotification   140 content/renderer/notification_provider.cc   WebNotification notification;
WebNotification    33 content/renderer/notification_provider.h   virtual bool show(const blink::WebNotification& proxy);
WebNotification    34 content/renderer/notification_provider.h   virtual void cancel(const blink::WebNotification& proxy);
WebNotification    35 content/renderer/notification_provider.h   virtual void objectDestroyed(const blink::WebNotification& proxy);
WebNotification    17 content/shell/renderer/test_runner/notification_presenter.cc using blink::WebNotification;
WebNotification    28 content/shell/renderer/test_runner/notification_presenter.cc   WebNotification* notification = static_cast<WebNotification*>(context);
WebNotification    50 content/shell/renderer/test_runner/notification_presenter.cc   const WebNotification& notification = iter->second;
WebNotification    52 content/shell/renderer/test_runner/notification_presenter.cc   WebNotification event_target(notification);
WebNotification    60 content/shell/renderer/test_runner/notification_presenter.cc     const WebNotification& notification = active_notifications_.begin()->second;
WebNotification    68 content/shell/renderer/test_runner/notification_presenter.cc bool NotificationPresenter::show(const WebNotification& notification) {
WebNotification   108 content/shell/renderer/test_runner/notification_presenter.cc                                         new WebNotification(notification));
WebNotification   113 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::cancel(const WebNotification& notification) {
WebNotification   119 content/shell/renderer/test_runner/notification_presenter.cc   WebNotification event_target(notification);
WebNotification   126 content/shell/renderer/test_runner/notification_presenter.cc     const WebNotification& notification) {
WebNotification    41 content/shell/renderer/test_runner/notification_presenter.h   virtual bool show(const blink::WebNotification& notification);
WebNotification    42 content/shell/renderer/test_runner/notification_presenter.h   virtual void cancel(const blink::WebNotification& notification);
WebNotification    43 content/shell/renderer/test_runner/notification_presenter.h   virtual void objectDestroyed(const blink::WebNotification& notification);
WebNotification    58 content/shell/renderer/test_runner/notification_presenter.h   typedef std::map<std::string, blink::WebNotification> ActiveNotificationMap;