Home
last modified time | relevance | path

Searched refs:updated_ids (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/invalidation/
Dinvalidation_logger.cc58 std::map<std::string, syncer::ObjectIdSet> updated_ids) { in OnUpdateIds() argument
60 updated_ids.begin(); it != updated_ids.end(); ++it) { in OnUpdateIds()
Dinvalidation_logger.h52 void OnUpdateIds(std::map<std::string, syncer::ObjectIdSet> updated_ids);
/external/chromium_org/ui/message_center/
Dnotification_list.cc66 std::set<std::string>* updated_ids) { in SetMessageCenterVisible() argument
83 if (updated_ids && !(was_popup && was_read)) in SetMessageCenterVisible()
84 updated_ids->insert(notification->id()); in SetMessageCenterVisible()
Dnotification_list.h63 std::set<std::string>* updated_ids);
Dmessage_center_impl.cc498 std::set<std::string> updated_ids; in SetVisibility() local
500 (visibility == VISIBILITY_MESSAGE_CENTER), &updated_ids); in SetVisibility()
503 for (std::set<std::string>::const_iterator iter = updated_ids.begin(); in SetVisibility()
504 iter != updated_ids.end(); in SetVisibility()