OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_notification
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc
133
ProfileNotification*
old_notification
= (*iter).second;
local
134
if (
old_notification
->notification().replace_id() == replace_id &&
135
old_notification
->notification().origin_url() == origin_url &&
136
old_notification
->profile() == profile) {
140
old_notification
->notification().delegate_id();
145
delete
old_notification
;
Completed in 630 milliseconds