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

123

/external/chromium_org/content/public/browser/
H A Ddesktop_notification_delegate.h23 virtual void NotificationClosed(bool by_user) = 0;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_object_proxy.cc38 void NotificationObjectProxy::Close(bool by_user) { argument
39 delegate_->NotificationClosed(by_user);
H A Dnotification_test_util.h27 virtual void Close(bool by_user) OVERRIDE {}
66 virtual void Close(bool by_user) OVERRIDE {
67 if (by_user)
H A Dnotification_object_proxy.h31 virtual void Close(bool by_user) OVERRIDE;
H A Dmessage_center_stats_collector.h68 bool by_user) OVERRIDE;
/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 Dnotification_delegate.h34 // user explicitly (as opposed to timeout/script), |by_user| should be true.
35 virtual void Close(bool by_user) = 0;
64 virtual void Close(bool by_user) OVERRIDE;
92 virtual void Close(bool by_user) OVERRIDE;
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 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;
H A 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;
H A Dmessage_center_observer.h28 bool by_user) {}
27 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...]
H A 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);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_controller.h25 bool by_user) = 0;
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_delegate.cc25 void ChromeNotifierDelegate::Close(bool by_user) { argument
26 if (by_user)
29 CollectAction(by_user ?
H A Dchrome_notifier_delegate.h45 virtual void Close(bool by_user) OVERRIDE;
H A Dwelcome_delegate.h28 virtual void Close(bool by_user) OVERRIDE;
H A Dwelcome_delegate.cc49 void WelcomeDelegate::Close(bool by_user) {} argument
/external/chromium_org/chrome/browser/ui/cocoa/apps/
H A Dquit_with_apps_controller_mac.h25 virtual void Close(bool by_user) OVERRIDE;
H A Dquit_with_apps_controller_mac.cc77 void QuitWithAppsController::Close(bool by_user) { argument
78 if (by_user)
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_notification_controller.cc58 virtual void Close(bool by_user) OVERRIDE;
83 void NetworkPortalNotificationControllerDelegate::Close(bool by_user) { argument
87 by_user
/external/chromium_org/content/renderer/
H A Dnotification_provider.h43 void OnClose(int id, bool by_user);
/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/sync/
H A Dsync_error_notifier_ash.cc49 virtual void Close(bool by_user) OVERRIDE;
84 void SyncNotificationDelegate::Close(bool by_user) { argument
/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 */);

Completed in 1772 milliseconds

123