OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CancelById
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/notifications/
notification_ui_manager.cc
106
bool NotificationUIManager::
CancelById
(const std::string& id) {
120
// Same pattern as
CancelById
, but more complicated than the above
/external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc
124
bool BalloonNotificationUIManager::
CancelById
(const std::string& id) {
163
// Same pattern as
CancelById
, but more complicated than the above
message_center_notification_manager.cc
158
bool MessageCenterNotificationManager::
CancelById
(const std::string& id) {
188
// Same pattern as
CancelById
, but more complicated than the above
Completed in 44 milliseconds