/external/chromium_org/ui/message_center/ |
D | notification_delegate.cc | 11 bool NotificationDelegate::HasClickedListener() { return false; } in HasClickedListener() function in message_center::NotificationDelegate 34 bool HandleNotificationClickedDelegate::HasClickedListener() { in HasClickedListener() function in message_center::HandleNotificationClickedDelegate
|
D | notification_delegate_unittest.cc | 50 EXPECT_TRUE(delegate->HasClickedListener()); in TEST_F() 63 EXPECT_FALSE(delegate->HasClickedListener()); in TEST_F()
|
D | notification_delegate.h | 38 virtual bool HasClickedListener(); 65 virtual bool HasClickedListener() OVERRIDE;
|
D | notification.h | 187 bool HasClickedListener() const { return delegate()->HasClickedListener(); } in HasClickedListener() function
|
D | fake_message_center.cc | 45 bool FakeMessageCenter::HasClickedListener(const std::string& id) { in HasClickedListener() function in message_center::FakeMessageCenter
|
D | message_center.h | 65 virtual bool HasClickedListener(const std::string& id) = 0;
|
D | fake_message_center.h | 30 virtual bool HasClickedListener(const std::string& id) OVERRIDE;
|
D | message_center_impl.h | 158 virtual bool HasClickedListener(const std::string& id) OVERRIDE;
|
D | message_center_impl.cc | 539 bool MessageCenterImpl::HasClickedListener(const std::string& id) { in HasClickedListener() function in message_center::MessageCenterImpl 542 return delegate.get() && delegate->HasClickedListener(); in HasClickedListener()
|
/external/chromium_org/ash/system/locale/ |
D | locale_notification_controller.cc | 38 virtual bool HasClickedListener() OVERRIDE; 67 bool LocaleNotificationDelegate::HasClickedListener() { in HasClickedListener() function in ash::__anon24b1fccd0111::LocaleNotificationDelegate
|
/external/chromium_org/chrome/browser/sync/ |
D | sync_error_notifier_ash.cc | 51 virtual bool HasClickedListener() OVERRIDE; 90 bool SyncNotificationDelegate::HasClickedListener() { in HasClickedListener() function in __anon42b523e20111::SyncNotificationDelegate
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_error_notifier_ash.cc | 56 virtual bool HasClickedListener() OVERRIDE; 95 bool SigninNotificationDelegate::HasClickedListener() { in HasClickedListener() function in __anone7739c980111::SigninNotificationDelegate
|
/external/chromium_org/ui/message_center/views/ |
D | message_center_controller.h | 29 virtual bool HasClickedListener(const std::string& notification_id) = 0;
|
D | message_center_view_unittest.cc | 104 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE; 198 bool MessageCenterViewTest::HasClickedListener( in HasClickedListener() function in message_center::MessageCenterViewTest
|
D | toast_contents_view.cc | 315 bool ToastContentsView::HasClickedListener( in HasClickedListener() function in message_center::ToastContentsView 319 return collection_->HasClickedListener(notification_id); in HasClickedListener()
|
D | notification_view_unittest.cc | 46 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE; 168 bool NotificationViewTest::HasClickedListener( in HasClickedListener() function in message_center::NotificationViewTest
|
D | message_popup_collection.h | 71 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
|
D | toast_contents_view.h | 88 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
|
D | message_popup_collection.cc | 95 bool MessagePopupCollection::HasClickedListener( in HasClickedListener() function in message_center::MessagePopupCollection 97 return message_center_->HasClickedListener(notification_id); in HasClickedListener()
|
D | message_center_view.h | 90 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
|
D | message_center_view.cc | 918 bool MessageCenterView::HasClickedListener(const std::string& notification_id) { in HasClickedListener() function in message_center::MessageCenterView 919 return message_center_->HasClickedListener(notification_id); in HasClickedListener()
|
/external/chromium_org/ash/display/ |
D | resolution_notification_controller.cc | 47 virtual bool HasClickedListener() OVERRIDE; 82 bool ResolutionChangeNotificationDelegate::HasClickedListener() { in HasClickedListener() function in ash::__anon25619b230111::ResolutionChangeNotificationDelegate
|
/external/chromium_org/ash/system/chromeos/bluetooth/ |
D | bluetooth_notification_controller.cc | 64 virtual bool HasClickedListener() OVERRIDE; 114 bool BluetoothPairingNotificationDelegate::HasClickedListener() { in HasClickedListener() function in __anon5968c5080111::BluetoothPairingNotificationDelegate
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | screenshot_taker.cc | 161 virtual bool HasClickedListener() OVERRIDE { return success_; } in HasClickedListener() function in __anonf4fa06a20111::ScreenshotTakerNotificationDelegate
|
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
D | notifications_api.cc | 108 virtual bool HasClickedListener() OVERRIDE { in HasClickedListener() function in extensions::__anonff86893a0111::NotificationsApiDelegate
|