MockNotificationDelegate 77 chrome/browser/notifications/message_center_notifications_unittest_win.cc new MockNotificationDelegate(id)); MockNotificationDelegate 7 chrome/browser/notifications/notification_test_util.cc MockNotificationDelegate::MockNotificationDelegate(const std::string& id) MockNotificationDelegate 10 chrome/browser/notifications/notification_test_util.cc MockNotificationDelegate::~MockNotificationDelegate() {} MockNotificationDelegate 12 chrome/browser/notifications/notification_test_util.cc std::string MockNotificationDelegate::id() const { return id_; } MockNotificationDelegate 14 chrome/browser/notifications/notification_test_util.cc content::RenderViewHost* MockNotificationDelegate::GetRenderViewHost() const { MockNotificationDelegate 23 chrome/browser/notifications/notification_test_util.cc new MockNotificationDelegate("stub")), MockNotificationDelegate 20 chrome/browser/notifications/notification_test_util.h class MockNotificationDelegate : public NotificationDelegate { MockNotificationDelegate 22 chrome/browser/notifications/notification_test_util.h explicit MockNotificationDelegate(const std::string& id); MockNotificationDelegate 33 chrome/browser/notifications/notification_test_util.h virtual ~MockNotificationDelegate(); MockNotificationDelegate 37 chrome/browser/notifications/notification_test_util.h DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate); MockNotificationDelegate 68 chrome/browser/task_manager/task_manager_notification_browsertest.cc scoped_refptr<NotificationDelegate> del0(new MockNotificationDelegate("n0")); MockNotificationDelegate 80 chrome/browser/task_manager/task_manager_notification_browsertest.cc scoped_refptr<NotificationDelegate> del1(new MockNotificationDelegate("n1")); MockNotificationDelegate 84 chrome/browser/task_manager/task_manager_notification_browsertest.cc scoped_refptr<NotificationDelegate> del2(new MockNotificationDelegate("n2"));