Home
last modified time | relevance | path

Searched refs:by_user (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/ui/message_center/
Dmessage_center_impl.cc63 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 …]
Dnotification_delegate.h35 virtual void Close(bool by_user) = 0;
64 virtual void Close(bool by_user) OVERRIDE;
92 virtual void Close(bool by_user) OVERRIDE;
Dfake_message_center.cc72 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
Dmessage_center_impl.h93 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);
Dmessage_center.h97 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;
Dnotification_delegate.cc31 void HandleNotificationClickedDelegate::Close(bool by_user) { in Close() argument
63 void HandleNotificationButtonClickDelegate::Close(bool by_user) { in Close() argument
Dfake_message_center.h41 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/
Dnotification_test_util.h27 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()
Dnotification_object_proxy.cc40 void NotificationObjectProxy::Close(bool by_user) { in Close() argument
41 delegate_->NotificationClosed(by_user); in Close()
Dmessage_center_stats_collector.cc67 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/
Dnetwork_portal_notification_controller.cc59 virtual void Close(bool by_user) OVERRIDE;
84 void NetworkPortalNotificationControllerDelegate::Close(bool by_user) { in Close() argument
88 by_user in Close()
Dnetwork_portal_detector_impl_browsertest.cc82 bool by_user) OVERRIDE { in OnNotificationRemoved() argument
83 if (notification_id == kNotificationId && by_user) in OnNotificationRemoved()
/external/chromium_org/ash/system/chromeos/bluetooth/
Dbluetooth_notification_controller.cc63 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/
Dmessage_popup_collection.cc85 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()
Dmessage_popup_collection.h67 bool by_user) OVERRIDE;
133 bool by_user) OVERRIDE;
Dmessage_center_view.h80 bool by_user) OVERRIDE;
86 bool by_user) OVERRIDE;
Dmessage_center_controller.h25 bool by_user) = 0;
/external/chromium_org/ash/system/locale/
Dlocale_notification_controller.cc37 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/
Dmessage_center_tray_bridge_unittest.mm89 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/
Dquit_with_apps_controller_mac.cc77 void QuitWithAppsController::Close(bool by_user) { in Close() argument
78 if (by_user) in Close()
/external/chromium_org/content/renderer/
Dnotification_provider.cc109 void NotificationProvider::OnClose(int id, bool by_user) { in OnClose() argument
115 notification.dispatchCloseEvent(by_user); in OnClose()
/external/chromium_org/chrome/browser/sync/
Dsync_error_notifier_ash.cc50 virtual void Close(bool by_user) OVERRIDE;
87 void SyncNotificationDelegate::Close(bool by_user) { in Close() argument
/external/chromium_org/ash/display/
Dresolution_notification_controller.cc45 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/
Ddesktop_notification_delegate.h23 virtual void NotificationClosed(bool by_user) = 0;
/external/chromium_org/chrome/browser/signin/
Dsignin_error_notifier_ash.cc55 virtual void Close(bool by_user) OVERRIDE;
92 void SigninNotificationDelegate::Close(bool by_user) { in Close() argument

123