Home
last modified time | relevance | path

Searched refs:RemoveById (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_browsertest.cc158 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()
165 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()
194 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()
206 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()
212 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()
219 collection->RemoveById("3"); in IN_PROC_BROWSER_TEST_F()
253 collection->RemoveById(delegate->id()); in IN_PROC_BROWSER_TEST_F()
280 collection->RemoveById("2"); in IN_PROC_BROWSER_TEST_F()
284 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()
348 collection->RemoveById("1"); in IN_PROC_BROWSER_TEST_F()
[all …]
Dsystem_notification.cc86 collection_->RemoveById(delegate_->id()); in Hide()
Dballoon_collection_impl.h64 virtual bool RemoveById(const std::string& id);
Dballoon_collection_impl.cc106 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in chromeos::BalloonCollectionImpl
/external/chromium/chrome/browser/notifications/
Dballoon_collection.h61 virtual bool RemoveById(const std::string& id) = 0;
Dballoon_collection_impl.h45 virtual bool RemoveById(const std::string& id);
Dnotification_ui_manager.cc116 return balloon_collection_->RemoveById(id); in CancelById()
Dballoon_collection_impl.cc71 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in BalloonCollectionImpl
/external/chromium_org/chrome/browser/notifications/
Dballoon_collection.h62 virtual bool RemoveById(const std::string& id) = 0;
Dballoon_collection_impl.h50 virtual bool RemoveById(const std::string& id) OVERRIDE;
Dballoon_notification_ui_manager.cc134 return balloon_collection_->RemoveById(id); in CancelById()
Dballoon_collection_impl.cc99 bool BalloonCollectionImpl::RemoveById(const std::string& id) { in RemoveById() function in BalloonCollectionImpl
/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_controller_unittest.mm33 virtual bool RemoveById(const std::string& id) { return false; }
/external/chromium_org/chrome/browser/ui/cocoa/notifications/
Dballoon_controller_unittest.mm37 virtual bool RemoveById(const std::string& id) OVERRIDE { return false; }