Searched defs:by_user (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc40 void NotificationObjectProxy::Close(bool by_user) { argument
41 delegate_->NotificationClosed(by_user);
H A Dmessage_center_stats_collector.cc67 const std::string& notification_id, bool by_user) {
72 notification_stat.CollectAction(by_user ?
66 OnNotificationRemoved( const std::string& notification_id, bool by_user) argument
H A Dmessage_center_notification_manager.cc209 message_center_->RemoveNotification(id, /* by_user */ false);
241 message_center_->RemoveNotification(id, /* by_user */ false);
258 message_center_->RemoveNotification(id, /* by_user */ false);
266 message_center_->RemoveAllNotifications(/* by_user */ false);
273 bool by_user) {
271 OnNotificationRemoved( const std::string& notification_id, bool by_user) argument
/external/chromium_org/ui/message_center/
H A Dnotification_delegate.cc31 void HandleNotificationClickedDelegate::Close(bool by_user) { argument
63 void HandleNotificationButtonClickDelegate::Close(bool by_user) { argument
H A Dmessage_center_observer.h28 bool by_user) {}
27 OnNotificationRemoved(const std::string& notification_id, bool by_user) argument
H A Dfake_message_center.cc72 bool by_user) {
75 void FakeMessageCenter::RemoveAllNotifications(bool by_user) { argument
78 void FakeMessageCenter::RemoveAllVisibleNotifications(bool by_user) { argument
71 RemoveNotification(const std::string& id, bool by_user) argument
H A Dmessage_center_tray.cc213 bool by_user) {
211 OnNotificationRemoved( const std::string& notification_id, bool by_user) argument
H A Dmessage_center_impl.cc63 bool by_user() const { return by_user_; } function in class:message_center::internal::ChangeQueue::Change
64 void set_by_user(bool by_user) { by_user_ = by_user; } argument
98 void EraseNotification(const std::string& id, bool by_user);
171 change->by_user());
195 void ChangeQueue::EraseNotification(const std::string& id, bool by_user) { argument
198 change->set_by_user(by_user);
390 bool by_user) {
636 bool by_user) {
637 if (!by_user
389 OnNotificationRemoved(const std::string& id, bool by_user) argument
635 RemoveNotification(const std::string& id, bool by_user) argument
677 RemoveAllNotifications(bool by_user) argument
683 RemoveAllVisibleNotifications(bool by_user) argument
687 RemoveNotifications( bool by_user, const NotificationBlockers& blockers) argument
[all...]
/external/chromium_org/ash/system/locale/
H A Dlocale_notification_controller.cc37 virtual void Close(bool by_user) OVERRIDE;
63 void LocaleNotificationDelegate::Close(bool by_user) { argument
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller.cc59 virtual void Close(bool by_user) OVERRIDE;
84 void NetworkPortalNotificationControllerDelegate::Close(bool by_user) { argument
88 by_user
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.cc77 void QuitWithAppsController::Close(bool by_user) { argument
78 if (by_user)
/external/chromium_org/content/renderer/
H A Dnotification_provider.cc109 void NotificationProvider::OnClose(int id, bool by_user) { argument
115 notification.dispatchCloseEvent(by_user);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_error_notifier_ash.cc55 virtual void Close(bool by_user) OVERRIDE;
92 void SigninNotificationDelegate::Close(bool by_user) { argument
/external/chromium_org/chrome/browser/sync/
H A Dsync_error_notifier_ash.cc50 virtual void Close(bool by_user) OVERRIDE;
87 void SyncNotificationDelegate::Close(bool by_user) { argument
/external/chromium_org/ui/message_center/views/
H A Dnotification_view_unittest.cc42 bool by_user) OVERRIDE;
155 bool by_user) {
153 RemoveNotification( const std::string& notification_id, bool by_user) argument
H A Dmessage_center_view_unittest.cc100 bool by_user) OVERRIDE;
185 bool by_user) {
183 RemoveNotification( const std::string& notification_id, bool by_user) argument
H A Dtoast_contents_view.cc301 bool by_user) {
303 collection_->RemoveNotification(notification_id, by_user);
299 RemoveNotification( const std::string& notification_id, bool by_user) argument
H A Dmessage_popup_collection.cc85 bool by_user) {
86 message_center_->RemoveNotification(notification_id, by_user);
334 bool by_user) {
345 if (by_user && !user_is_closing_toasts_by_clicking_) {
363 if (by_user)
83 RemoveNotification( const std::string& notification_id, bool by_user) argument
332 OnNotificationRemoved( const std::string& notification_id, bool by_user) argument
H A Dmessage_center_view.cc846 bool by_user) {
853 if (by_user) {
908 bool by_user) {
909 message_center_->RemoveNotification(notification_id, by_user);
845 OnNotificationRemoved(const std::string& id, bool by_user) argument
907 RemoveNotification(const std::string& notification_id, bool by_user) argument
H A Dnotification_view.cc513 bool by_user) {
514 controller_->RemoveNotification(notification_id, by_user);
512 RemoveNotification(const std::string& notification_id, bool by_user) argument
/external/chromium_org/ash/display/
H A Dresolution_notification_controller.cc45 virtual void Close(bool by_user) OVERRIDE;
73 void ResolutionChangeNotificationDelegate::Close(bool by_user) { argument
74 if (by_user)
199 message_center->RemoveNotification(kNotificationId, false /* by_user */);
268 kNotificationId, false /* by_user */);
277 kNotificationId, false /* by_user */);
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc63 virtual void Close(bool by_user) OVERRIDE;
102 void BluetoothPairingNotificationDelegate::Close(bool by_user) { argument
103 VLOG(1) << "Pairing notification closed. by_user = " << by_user;
105 if (!by_user)
139 kBluetoothDevicePairingNotificationId, false /* by_user */);
171 kBluetoothDeviceDiscoverableNotificationId, false /* by_user */);
348 kBluetoothDevicePairingNotificationId, false /* by_user */);
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc125 void ScreenNotificationDelegate::Close(bool by_user) { argument
157 GetNotificationId(), false /* by_user */);
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications.cc382 void PrivetNotificationDelegate::Close(bool by_user) { argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc88 virtual void Close(bool by_user) OVERRIDE;
127 void DesktopNotificationDelegate::Close(bool by_user) { argument

Completed in 369 milliseconds