Searched refs:HasClickedListener (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/message_center/
H A Dnotification_delegate.cc11 bool NotificationDelegate::HasClickedListener() { return false; } function in class:message_center::NotificationDelegate
34 bool HandleNotificationClickedDelegate::HasClickedListener() { function in class:message_center::HandleNotificationClickedDelegate
H A Dnotification_delegate_unittest.cc50 EXPECT_TRUE(delegate->HasClickedListener());
63 EXPECT_FALSE(delegate->HasClickedListener());
H A Dnotification_delegate.h38 virtual bool HasClickedListener();
65 virtual bool HasClickedListener() OVERRIDE;
H A Dfake_message_center.cc45 bool FakeMessageCenter::HasClickedListener(const std::string& id) { function in class:message_center::FakeMessageCenter
H A Dfake_message_center.h30 virtual bool HasClickedListener(const std::string& id) OVERRIDE;
H A Dmessage_center.h65 virtual bool HasClickedListener(const std::string& id) = 0;
H A Dnotification.h187 bool HasClickedListener() const { return delegate()->HasClickedListener(); } function in class:message_center::Notification
H A Dmessage_center_impl.h158 virtual bool HasClickedListener(const std::string& id) OVERRIDE;
H A Dmessage_center_impl.cc539 bool MessageCenterImpl::HasClickedListener(const std::string& id) { function in class:message_center::MessageCenterImpl
542 return delegate.get() && delegate->HasClickedListener();
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_controller.h29 virtual bool HasClickedListener(const std::string& notification_id) = 0;
H A Dmessage_popup_collection.h71 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
H A Dmessage_center_view_unittest.cc104 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
198 bool MessageCenterViewTest::HasClickedListener( function in class:message_center::MessageCenterViewTest
H A Dtoast_contents_view.cc315 bool ToastContentsView::HasClickedListener( function in class:message_center::ToastContentsView
319 return collection_->HasClickedListener(notification_id);
H A Dmessage_center_view.h90 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
H A Dtoast_contents_view.h88 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
H A Dnotification_view_unittest.cc46 virtual bool HasClickedListener(const std::string& notification_id) OVERRIDE;
168 bool NotificationViewTest::HasClickedListener( function in class:message_center::NotificationViewTest
H A Dmessage_popup_collection.cc95 bool MessagePopupCollection::HasClickedListener( function in class:message_center::MessagePopupCollection
97 return message_center_->HasClickedListener(notification_id);
H A Dmessage_center_view.cc918 bool MessageCenterView::HasClickedListener(const std::string& notification_id) { function in class:message_center::MessageCenterView
919 return message_center_->HasClickedListener(notification_id);
/external/chromium_org/ash/system/locale/
H A Dlocale_notification_controller.cc38 virtual bool HasClickedListener() OVERRIDE;
67 bool LocaleNotificationDelegate::HasClickedListener() { function in class:ash::__anon1988::LocaleNotificationDelegate
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc51 virtual bool HasClickedListener() OVERRIDE;
90 bool SyncNotificationDelegate::HasClickedListener() { function in class:__anon4797::SyncNotificationDelegate
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc56 virtual bool HasClickedListener() OVERRIDE;
95 bool SigninNotificationDelegate::HasClickedListener() { function in class:__anon4690::SigninNotificationDelegate
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc47 virtual bool HasClickedListener() OVERRIDE;
82 bool ResolutionChangeNotificationDelegate::HasClickedListener() { function in class:ash::__anon1881::ResolutionChangeNotificationDelegate
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc64 virtual bool HasClickedListener() OVERRIDE;
114 bool BluetoothPairingNotificationDelegate::HasClickedListener() { function in class:__anon1963::BluetoothPairingNotificationDelegate
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.cc141 virtual bool HasClickedListener() OVERRIDE { return true; }
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc108 virtual bool HasClickedListener() OVERRIDE {

Completed in 141 milliseconds

12