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

  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 54 virtual bool CancelById(const std::string& notification_id);
notification_ui_manager.cc 106 bool NotificationUIManager::CancelById(const std::string& id) {
120 // Same pattern as CancelById, but more complicated than the above
desktop_notification_service.cc 546 return ui_manager_->CancelById(proxy->id());
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 131 g_browser_process->notification_ui_manager()->CancelById(
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 335 notifications->CancelById(n1.notification_id());
337 notifications->CancelById(n2.notification_id());
  /external/chromium/chrome/browser/
background_contents_service.cc 40 g_browser_process->notification_ui_manager()->CancelById(id);
  /external/chromium/chrome/browser/extensions/
extension_crash_recovery_browsertest.cc 53 manager->CancelById(balloon->notification().notification_id());
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 247 milliseconds