Home
last modified time | relevance | path

Searched refs:CancelById (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/apps/
Dquit_with_apps_controller_mac.cc83 g_browser_process->notification_ui_manager()->CancelById(id()); in Click()
87 g_browser_process->notification_ui_manager()->CancelById(id()); in ButtonClick()
136 g_browser_process->notification_ui_manager()->CancelById(id()); in ShouldQuit()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notifications_browsertest.cc167 manager()->CancelById("hey"); in IN_PROC_BROWSER_TEST_F()
182 manager()->CancelById("hey"); in IN_PROC_BROWSER_TEST_F()
216 manager()->CancelById("n"); in IN_PROC_BROWSER_TEST_F()
Dnotification_ui_manager_android.cc36 bool NotificationUIManagerAndroid::CancelById( in CancelById() function in NotificationUIManagerAndroid
Dnotification_ui_manager.h42 virtual bool CancelById(const std::string& notification_id) = 0;
Dnotification_ui_manager_android.h23 virtual bool CancelById(const std::string& notification_id) OVERRIDE;
Dnotification_test_util.cc57 bool StubNotificationUIManager::CancelById(const std::string& notification_id) { in CancelById() function in StubNotificationUIManager
Dnotification_test_util.h101 virtual bool CancelById(const std::string& notification_id) OVERRIDE;
Dmessage_center_notification_manager.h60 virtual bool CancelById(const std::string& notification_id) OVERRIDE;
Ddesktop_notification_service.cc59 g_browser_process->notification_ui_manager()->CancelById(id); in CancelNotification()
Dmessage_center_notification_manager.cc201 bool MessageCenterNotificationManager::CancelById(const std::string& id) { in CancelById() function in MessageCenterNotificationManager
/external/chromium_org/chrome/browser/status_icons/
Ddesktop_notification_balloon.cc27 g_browser_process->notification_ui_manager()->CancelById(id); in CloseBalloon()
/external/chromium_org/chrome/browser/sync/
Dsync_error_notifier_ash.cc154 g_browser_process->notification_ui_manager()->CancelById(notification_id_); in OnErrorChanged()
/external/chromium_org/chrome/browser/signin/
Dsignin_error_notifier_ash.cc167 g_browser_process->notification_ui_manager()->CancelById(notification_id_); in OnErrorChanged()
/external/chromium_org/chrome/browser/chromeos/power/
Dperipheral_battery_observer.cc242 g_browser_process->notification_ui_manager()->CancelById(address); in CancelNotification()
/external/chromium_org/chrome/browser/ui/views/message_center/
Dweb_notification_tray_browsertest.cc96 g_browser_process->notification_ui_manager()->CancelById(id); in RemoveNotification()
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_notifications.cc290 g_browser_process->notification_ui_manager()->CancelById( in PrivetRemoveNotification()
/external/chromium_org/chrome/browser/extensions/
Dextension_crash_recovery_browsertest.cc155 CancelById((*it)->id())); in CancelNotification()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc479 g_browser_process->notification_ui_manager()->CancelById(notification_id); in CreateNotification()
/external/chromium_org/chrome/browser/extensions/api/notifications/
Dnotifications_api.cc575 bool cancel_result = g_browser_process->notification_ui_manager()->CancelById( in RunNotificationsApi()
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.cc73 bool cancelled ALLOW_UNUSED = notification_ui_manager->CancelById(balloon_id); in CloseBalloon()