OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveByProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/notifications/
balloon_collection.h
69
virtual bool
RemoveByProfile
(Profile* profile) = 0;
balloon_collection_impl.h
52
virtual bool
RemoveByProfile
(Profile* profile) OVERRIDE;
balloon_notification_ui_manager.cc
192
return balloon_collection_->
RemoveByProfile
(profile) || removed;
balloon_collection_impl.cc
107
bool BalloonCollectionImpl::
RemoveByProfile
(Profile* profile) {
Completed in 60 milliseconds