Searched refs:TestNotificationDelegate (Results 1 – 2 of 2) sorted by relevance
47 class TestNotificationDelegate : public ::NotificationDelegate { class in message_center::__anond22dcd5a0111::WebNotificationTrayTest49 explicit TestNotificationDelegate(std::string id) : id_(id) {} in TestNotificationDelegate() function in message_center::__anond22dcd5a0111::WebNotificationTrayTest::TestNotificationDelegate60 virtual ~TestNotificationDelegate() {} in ~TestNotificationDelegate()74 new TestNotificationDelegate(id)); in AddNotification()89 new TestNotificationDelegate(new_id)); in UpdateNotification()
207 class TestNotificationDelegate : public NotificationDelegate { class in ExtensionWelcomeNotificationTest209 explicit TestNotificationDelegate(const std::string& id) : id_(id) {} in TestNotificationDelegate() function in ExtensionWelcomeNotificationTest::TestNotificationDelegate225 virtual ~TestNotificationDelegate() {} in ~TestNotificationDelegate()229 DISALLOW_COPY_AND_ASSIGN(TestNotificationDelegate);246 new TestNotificationDelegate("TestNotification")); in ShowNotification()