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

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

Completed in 275 milliseconds