OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloseById
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_base.h
39
virtual bool
CloseById
(const std::string& id);
balloon_collection_base.cc
35
bool BalloonCollectionBase::
CloseById
(const std::string& id) {
balloon_collection_impl.cc
72
return base_.
CloseById
(id);
/external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h
42
virtual bool
CloseById
(const std::string& id);
balloon_collection_base.cc
49
bool BalloonCollectionBase::
CloseById
(const std::string& id) {
balloon_collection_impl.cc
100
return base_.
CloseById
(id);
/external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc
107
return base_.
CloseById
(id);
Completed in 818 milliseconds