/external/chromium_org/ui/message_center/ |
D | message_center_impl.cc | 63 bool by_user() const { return by_user_; } in by_user() function in message_center::internal::ChangeQueue::Change 64 void set_by_user(bool by_user) { by_user_ = by_user; } in set_by_user() argument 98 void EraseNotification(const std::string& id, bool by_user); 171 change->by_user()); in ApplyChanges() 195 void ChangeQueue::EraseNotification(const std::string& id, bool by_user) { in EraseNotification() argument 198 change->set_by_user(by_user); in EraseNotification() 390 bool by_user) { in OnNotificationRemoved() argument 636 bool by_user) { in RemoveNotification() argument 637 if (!by_user && notification_list_->is_message_center_visible()) { in RemoveNotification() 638 notification_queue_->EraseNotification(id, by_user); in RemoveNotification() [all …]
|
D | notification_delegate.h | 35 virtual void Close(bool by_user) = 0; 64 virtual void Close(bool by_user) OVERRIDE; 92 virtual void Close(bool by_user) OVERRIDE;
|
D | fake_message_center.cc | 72 bool by_user) { in RemoveNotification() argument 75 void FakeMessageCenter::RemoveAllNotifications(bool by_user) { in RemoveAllNotifications() argument 78 void FakeMessageCenter::RemoveAllVisibleNotifications(bool by_user) { in RemoveAllVisibleNotifications() argument
|
D | message_center_impl.h | 93 virtual void OnNotificationRemoved(const std::string& id, bool by_user) 168 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE; 169 virtual void RemoveAllNotifications(bool by_user) OVERRIDE; 170 virtual void RemoveAllVisibleNotifications(bool by_user) OVERRIDE; 221 void RemoveNotifications(bool by_user, const NotificationBlockers& blockers);
|
D | message_center.h | 97 virtual void RemoveNotification(const std::string& id, bool by_user) = 0; 98 virtual void RemoveAllNotifications(bool by_user) = 0; 99 virtual void RemoveAllVisibleNotifications(bool by_user) = 0;
|
D | notification_delegate.cc | 31 void HandleNotificationClickedDelegate::Close(bool by_user) { in Close() argument 63 void HandleNotificationButtonClickDelegate::Close(bool by_user) { in Close() argument
|
D | fake_message_center.h | 41 virtual void RemoveNotification(const std::string& id, bool by_user) OVERRIDE; 42 virtual void RemoveAllNotifications(bool by_user) OVERRIDE; 43 virtual void RemoveAllVisibleNotifications(bool by_user) OVERRIDE;
|
/external/chromium_org/chrome/browser/notifications/ |
D | notification_test_util.h | 27 virtual void Close(bool by_user) OVERRIDE {} in Close() argument 66 virtual void Close(bool by_user) OVERRIDE { in Close() argument 67 if (by_user) in Close()
|
D | notification_object_proxy.cc | 40 void NotificationObjectProxy::Close(bool by_user) { in Close() argument 41 delegate_->NotificationClosed(by_user); in Close()
|
D | message_center_stats_collector.cc | 67 const std::string& notification_id, bool by_user) { in OnNotificationRemoved() argument 72 notification_stat.CollectAction(by_user ? in OnNotificationRemoved()
|
/external/chromium_org/chrome/browser/chromeos/net/ |
D | network_portal_notification_controller.cc | 59 virtual void Close(bool by_user) OVERRIDE; 84 void NetworkPortalNotificationControllerDelegate::Close(bool by_user) { in Close() argument 88 by_user in Close()
|
D | network_portal_detector_impl_browsertest.cc | 82 bool by_user) OVERRIDE { in OnNotificationRemoved() argument 83 if (notification_id == kNotificationId && by_user) in OnNotificationRemoved()
|
/external/chromium_org/ash/system/chromeos/bluetooth/ |
D | bluetooth_notification_controller.cc | 63 virtual void Close(bool by_user) OVERRIDE; 102 void BluetoothPairingNotificationDelegate::Close(bool by_user) { in Close() argument 103 VLOG(1) << "Pairing notification closed. by_user = " << by_user; in Close() 105 if (!by_user) in Close()
|
/external/chromium_org/ui/message_center/views/ |
D | message_popup_collection.cc | 85 bool by_user) { in RemoveNotification() argument 86 message_center_->RemoveNotification(notification_id, by_user); in RemoveNotification() 334 bool by_user) { in OnNotificationRemoved() argument 345 if (by_user && !user_is_closing_toasts_by_clicking_) { in OnNotificationRemoved() 363 if (by_user) in OnNotificationRemoved()
|
D | message_popup_collection.h | 67 bool by_user) OVERRIDE; 133 bool by_user) OVERRIDE;
|
D | message_center_view.h | 80 bool by_user) OVERRIDE; 86 bool by_user) OVERRIDE;
|
D | message_center_controller.h | 25 bool by_user) = 0;
|
/external/chromium_org/ash/system/locale/ |
D | locale_notification_controller.cc | 37 virtual void Close(bool by_user) OVERRIDE; 63 void LocaleNotificationDelegate::Close(bool by_user) { in Close() argument
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
D | message_center_tray_bridge_unittest.mm | 89 center_->RemoveNotification("1", /*by_user=*/true); 126 center_->RemoveNotification("1", /*by_user=*/true); 142 center_->RemoveNotification("1", /*by_user=*/true);
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
D | quit_with_apps_controller_mac.cc | 77 void QuitWithAppsController::Close(bool by_user) { in Close() argument 78 if (by_user) in Close()
|
/external/chromium_org/content/renderer/ |
D | notification_provider.cc | 109 void NotificationProvider::OnClose(int id, bool by_user) { in OnClose() argument 115 notification.dispatchCloseEvent(by_user); in OnClose()
|
/external/chromium_org/chrome/browser/sync/ |
D | sync_error_notifier_ash.cc | 50 virtual void Close(bool by_user) OVERRIDE; 87 void SyncNotificationDelegate::Close(bool by_user) { in Close() argument
|
/external/chromium_org/ash/display/ |
D | resolution_notification_controller.cc | 45 virtual void Close(bool by_user) OVERRIDE; 73 void ResolutionChangeNotificationDelegate::Close(bool by_user) { in Close() argument 74 if (by_user) in Close()
|
/external/chromium_org/content/public/browser/ |
D | desktop_notification_delegate.h | 23 virtual void NotificationClosed(bool by_user) = 0;
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_error_notifier_ash.cc | 55 virtual void Close(bool by_user) OVERRIDE; 92 void SigninNotificationDelegate::Close(bool by_user) { in Close() argument
|