Home
last modified time | relevance | path

Searched refs:CloseById (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_base.h39 virtual bool CloseById(const std::string& id);
Dballoon_collection_base.cc35 bool BalloonCollectionBase::CloseById(const std::string& id) { in CloseById() function in BalloonCollectionBase
Dballoon_collection_impl.cc72 return base_.CloseById(id); in RemoveById()
/external/chromium/chrome/browser/chromeos/notifications/
Dballoon_collection_impl.cc107 return base_.CloseById(id); in RemoveById()