HomeSort by relevance Sort by last modified time
    Searched refs:TestNotificationDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 47 class TestNotificationDelegate : public ::NotificationDelegate {
49 explicit TestNotificationDelegate(std::string id) : id_(id) {}
60 virtual ~TestNotificationDelegate() {}
74 new TestNotificationDelegate(id));
89 new TestNotificationDelegate(new_id));
  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_unittest.cc 207 class TestNotificationDelegate : public NotificationDelegate {
209 explicit TestNotificationDelegate(const std::string& id) : id_(id) {}
225 virtual ~TestNotificationDelegate() {}
229 DISALLOW_COPY_AND_ASSIGN(TestNotificationDelegate);
246 new TestNotificationDelegate("TestNotification"));

Completed in 165 milliseconds