NotificationDelegateTest   17 ui/message_center/notification_delegate_unittest.cc   NotificationDelegateTest();
NotificationDelegateTest   18 ui/message_center/notification_delegate_unittest.cc   virtual ~NotificationDelegateTest();
NotificationDelegateTest   27 ui/message_center/notification_delegate_unittest.cc   DISALLOW_COPY_AND_ASSIGN(NotificationDelegateTest);
NotificationDelegateTest   30 ui/message_center/notification_delegate_unittest.cc NotificationDelegateTest::NotificationDelegateTest() : callback_count_(0) {}
NotificationDelegateTest   32 ui/message_center/notification_delegate_unittest.cc NotificationDelegateTest::~NotificationDelegateTest() {}
NotificationDelegateTest   34 ui/message_center/notification_delegate_unittest.cc void NotificationDelegateTest::ClickCallback() {
NotificationDelegateTest   38 ui/message_center/notification_delegate_unittest.cc int NotificationDelegateTest::GetClickedCallbackAndReset() {
NotificationDelegateTest   44 ui/message_center/notification_delegate_unittest.cc TEST_F(NotificationDelegateTest, ClickedDelegate) {
NotificationDelegateTest   47 ui/message_center/notification_delegate_unittest.cc           base::Bind(&NotificationDelegateTest::ClickCallback,
NotificationDelegateTest   59 ui/message_center/notification_delegate_unittest.cc TEST_F(NotificationDelegateTest, NullClickedDelegate) {