HomeSort by relevance Sort by last modified time
    Searched full:by_user (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 51 virtual void Close(bool by_user) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.h 51 virtual void Close(bool by_user) OVERRIDE;
balloon_view_views.cc 109 void BalloonViewImpl::Close(bool by_user) {
123 closed_by_user_ = by_user;
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.mm 186 messageCenter_->RemoveNotification([self notificationID], /*by_user=*/true);
  /external/chromium_org/ui/message_center/views/
toast_contents_view.h 81 bool by_user) OVERRIDE;
message_center_view.cc     [all...]
group_view.cc 267 bool by_user) {
notification_view.cc 635 bool by_user) {
636 controller_->RemoveNotification(notification_id, by_user);
  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 73 ResolutionNotificationController::kNotificationId, true /* by_user */);
  /external/chromium_org/ash/system/ime/
tray_ime.cc 200 kIMENotificationId, false /* by_user */);
  /external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc 78 virtual void Close(bool by_user) OVERRIDE {}
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.h 67 bool by_user) OVERRIDE;
notification_browsertest.cc 100 bool by_user) OVERRIDE {
562 true); // by_user
744 true); // by_user
    [all...]
  /external/chromium_org/ash/system/chromeos/
tray_display.cc 371 kNotificationId, false /* by_user */);
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.cc 358 kNotificationId, false /* by_user */);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.cc 140 virtual void Close(bool by_user) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 77 virtual void Close(bool by_user) OVERRIDE {}
  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications.cc 359 void PrivetNotificationDelegate::Close(bool by_user) {
  /external/chromium_org/content/public/browser/
render_view_host.h 107 bool by_user) = 0;
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 151 virtual void Close(bool by_user) OVERRIDE {
153 args->Append(new base::FundamentalValue(by_user));
notifications_apitest.cc 470 LoadExtensionAndWait("notifications/api/by_user");
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 564 message_center()->RemoveAllVisibleNotifications(false /* by_user */);
576 message_center()->RemoveAllNotifications(false /* by_user */);
  /external/chromium/chrome/browser/
background_contents_service.cc 64 void Close(bool by_user) {}
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 106 virtual void Close(bool by_user) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 136 virtual void Close(bool by_user) OVERRIDE {}

Completed in 1075 milliseconds

1 2 34 5