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

  /external/chromium/chrome/browser/notifications/
balloon_collection.h 61 virtual bool RemoveById(const std::string& id) = 0;
balloon_collection_impl.h 45 virtual bool RemoveById(const std::string& id);
notification_ui_manager.cc 116 return balloon_collection_->RemoveById(id);
balloon_collection_impl.cc 71 bool BalloonCollectionImpl::RemoveById(const std::string& id) {
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 158 collection->RemoveById("1");
165 collection->RemoveById("2");
194 collection->RemoveById("1");
206 collection->RemoveById("1");
212 collection->RemoveById("2");
219 collection->RemoveById("3");
253 collection->RemoveById(delegate->id());
280 collection->RemoveById("2");
284 collection->RemoveById("1");
348 collection->RemoveById("1")
    [all...]
balloon_collection_impl.h 64 virtual bool RemoveById(const std::string& id);
system_notification.cc 86 collection_->RemoveById(delegate_->id());
balloon_collection_impl.cc 106 bool BalloonCollectionImpl::RemoveById(const std::string& id) {

Completed in 2558 milliseconds