Searched refs:curiter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc237 NotificationMap::iterator curiter = loopiter++; local
238 if ((*curiter).second->notification().origin_url() == source) {
239 const std::string id = curiter->first;
240 RemoveProfileNotification(curiter->second);
254 NotificationMap::iterator curiter = loopiter++; local
255 if (profile == (*curiter).second->profile()) {
256 const std::string id = curiter->first;
257 RemoveProfileNotification(curiter->second);

Completed in 239 milliseconds