HomeSort by relevance Sort by last modified time
    Searched defs:CancelAllByProfile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 90 bool BalloonNotificationUIManager::CancelAllByProfile(Profile* profile) {
92 bool removed = NotificationUIManagerImpl::CancelAllByProfile(profile);
notification_ui_manager_impl.cc 156 bool NotificationUIManagerImpl::CancelAllByProfile(Profile* profile) {
240 CancelAllByProfile(content::Source<Profile>(source).ptr());
message_center_notification_manager.cc 135 bool MessageCenterNotificationManager::CancelAllByProfile(Profile* profile) {
137 bool removed = NotificationUIManagerImpl::CancelAllByProfile(profile);

Completed in 5012 milliseconds