HomeSort by relevance Sort by last modified time
    Searched refs:profile_notifications_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 96 STLDeleteContainerPairSecondPointers(profile_notifications_.begin(),
97 profile_notifications_.end());
98 profile_notifications_.clear();
156 for (NotificationMap::iterator iter = profile_notifications_.begin();
157 iter != profile_notifications_.end(); ++iter) {
170 profile_notifications_.erase(old_id);
173 profile_notifications_[notification.delegate_id()] = new_notification;
195 NotificationMap::const_iterator iter = profile_notifications_.find(id);
196 if (iter == profile_notifications_.end())
204 NotificationMap::iterator iter = profile_notifications_.find(id)
    [all...]
message_center_notification_manager.h 188 NotificationMap profile_notifications_; member in class:MessageCenterNotificationManager

Completed in 49 milliseconds