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

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc46 class TestNotificationDelegate : public ::NotificationDelegate { class in class:message_center::__anon6633::WebNotificationTrayTest
48 explicit TestNotificationDelegate(std::string id) : id_(id) {} function in class:message_center::__anon6633::WebNotificationTrayTest::TestNotificationDelegate
59 virtual ~TestNotificationDelegate() {}
72 new TestNotificationDelegate(id));
87 new TestNotificationDelegate(new_id));
/external/chromium_org/chrome/browser/notifications/
H A Dwelcome_notification_unittest.cc143 class TestNotificationDelegate : public NotificationDelegate { class in class:WelcomeNotificationTest
145 explicit TestNotificationDelegate(const std::string& id) function in class:WelcomeNotificationTest::TestNotificationDelegate
162 virtual ~TestNotificationDelegate() {}
166 DISALLOW_COPY_AND_ASSIGN(TestNotificationDelegate);
185 new TestNotificationDelegate("TestNotification"));

Completed in 205 milliseconds