Home
last modified time | relevance | path

Searched defs: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::__anon470308e70111::WebNotificationTrayTest
49 explicit TestNotificationDelegate(std::string id) : id_(id) {} in TestNotificationDelegate() function in message_center::__anon470308e70111::WebNotificationTrayTest::TestNotificationDelegate
/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification_unittest.cc208 class TestNotificationDelegate : public NotificationDelegate { class in ExtensionWelcomeNotificationTest
210 explicit TestNotificationDelegate(const std::string& id) : id_(id) {} in TestNotificationDelegate() function in ExtensionWelcomeNotificationTest::TestNotificationDelegate