HomeSort by relevance Sort by last modified time
    Searched refs:by_user (Results 26 - 50 of 63) sorted by null

12 3

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate.cc 49 void WelcomeDelegate::Close(bool by_user) {}
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.cc 48 virtual void Close(bool by_user) OVERRIDE {}
  /external/chromium_org/ui/message_center/
message_center_tray.h 79 bool by_user) OVERRIDE;
notification.h 190 void Close(bool by_user) const { delegate()->Close(by_user); }
message_center_tray.cc 213 bool by_user) {
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_browsertest.cc 81 bool by_user) OVERRIDE {
82 if (notification_id == kNotificationId && by_user)
  /external/chromium_org/chrome/browser/notifications/
message_center_stats_collector.cc 67 const std::string& notification_id, bool by_user) {
72 notification_stat.CollectAction(by_user ?
message_center_notification_manager.h 73 bool by_user) OVERRIDE;
extension_welcome_notification.cc 51 virtual void Close(bool by_user) OVERRIDE {
52 if (by_user) {
message_center_notifications_browsertest.cc 80 virtual void Close(bool by_user) OVERRIDE {
82 log_ += ( by_user ? "by_user_" : "programmatically_");
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.cc 54 virtual void Close(bool by_user) OVERRIDE;
89 void SigninNotificationDelegate::Close(bool by_user) {
  /external/chromium_org/content/renderer/
notification_provider.cc 123 void NotificationProvider::OnClose(int id, bool by_user) {
129 notification.dispatchCloseEvent(by_user);
  /external/chromium_org/ui/message_center/views/
message_popup_collection.h 81 bool by_user) OVERRIDE;
168 bool by_user) OVERRIDE;
message_popup_collection.cc 97 bool by_user) {
98 message_center_->RemoveNotification(notification_id, by_user);
396 bool by_user) {
407 if (by_user && !user_is_closing_toasts_by_clicking_) {
425 if (by_user)
message_view.h 35 bool by_user) = 0;
notification_view.h 63 bool by_user) OVERRIDE;
toast_contents_view.h 84 bool by_user) OVERRIDE;
message_center_view_unittest.cc 100 bool by_user) OVERRIDE;
185 bool by_user) {
toast_contents_view.cc 304 bool by_user) {
306 collection_->RemoveNotification(notification_id, by_user);
notification_view_unittest.cc 42 bool by_user) OVERRIDE;
156 bool by_user) {
  /external/chromium_org/ash/display/
resolution_notification_controller.cc 44 virtual void Close(bool by_user) OVERRIDE;
72 void ResolutionChangeNotificationDelegate::Close(bool by_user) {
73 if (by_user)
203 message_center->RemoveNotification(kNotificationId, false /* by_user */);
271 kNotificationId, false /* by_user */);
280 kNotificationId, false /* by_user */);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 78 virtual void Close(bool by_user) OVERRIDE;
screen_tray_item.cc 125 void ScreenNotificationDelegate::Close(bool by_user) {
157 GetNotificationId(), false /* by_user */);
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h 139 virtual void Close(bool by_user) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 159 virtual void Close(bool by_user) OVERRIDE {
161 by_user ? EventRouter::USER_GESTURE_ENABLED
164 args->Append(new base::FundamentalValue(by_user));

Completed in 2779 milliseconds

12 3