Searched refs:updated_ids (Results 1 – 5 of 5) sorted by relevance
58 std::map<std::string, syncer::ObjectIdSet> updated_ids) { in OnUpdateIds() argument60 updated_ids.begin(); it != updated_ids.end(); ++it) { in OnUpdateIds()
52 void OnUpdateIds(std::map<std::string, syncer::ObjectIdSet> updated_ids);
66 std::set<std::string>* updated_ids) { in SetMessageCenterVisible() argument83 if (updated_ids && !(was_popup && was_read)) in SetMessageCenterVisible()84 updated_ids->insert(notification->id()); in SetMessageCenterVisible()
63 std::set<std::string>* updated_ids);
498 std::set<std::string> updated_ids; in SetVisibility() local500 (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()