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

  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 55 bool BalloonNotificationUIManager::CancelById(const std::string& id) {
57 if (NotificationUIManagerImpl::CancelById(id))
84 // Same pattern as CancelById, but more complicated than the above
notification_ui_manager_impl.cc 112 bool NotificationUIManagerImpl::CancelById(const std::string& id) {
140 // Same pattern as CancelById, but more complicated than the above
message_center_notification_manager.cc 85 bool MessageCenterNotificationManager::CancelById(const std::string& id) {
87 if (NotificationUIManagerImpl::CancelById(id))
120 // Same pattern as CancelById, but more complicated than the above
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 106 bool NotificationUIManager::CancelById(const std::string& id) {
120 // Same pattern as CancelById, but more complicated than the above

Completed in 95 milliseconds