Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc47 class TestNotificationDelegate : public ::NotificationDelegate { class in message_center::__anond22dcd5a0111::WebNotificationTrayTest
49 explicit TestNotificationDelegate(std::string id) : id_(id) {} in TestNotificationDelegate() function in message_center::__anond22dcd5a0111::WebNotificationTrayTest::TestNotificationDelegate
60 virtual ~TestNotificationDelegate() {} in ~TestNotificationDelegate()
74 new TestNotificationDelegate(id)); in AddNotification()
89 new TestNotificationDelegate(new_id)); in UpdateNotification()
/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification_unittest.cc207 class TestNotificationDelegate : public NotificationDelegate { class in ExtensionWelcomeNotificationTest
209 explicit TestNotificationDelegate(const std::string& id) : id_(id) {} in TestNotificationDelegate() function in ExtensionWelcomeNotificationTest::TestNotificationDelegate
225 virtual ~TestNotificationDelegate() {} in ~TestNotificationDelegate()
229 DISALLOW_COPY_AND_ASSIGN(TestNotificationDelegate);
246 new TestNotificationDelegate("TestNotification")); in ShowNotification()