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

  /external/chromium_org/components/invalidation/
invalidation_logger.cc 58 std::map<std::string, syncer::ObjectIdSet> updated_ids) {
60 updated_ids.begin(); it != updated_ids.end(); ++it) {
invalidation_logger.h 52 void OnUpdateIds(std::map<std::string, syncer::ObjectIdSet> updated_ids);
  /external/chromium_org/ui/message_center/
notification_list.cc 66 std::set<std::string>* updated_ids) {
83 if (updated_ids && !(was_popup && was_read))
84 updated_ids->insert(notification->id());
notification_list.h 63 std::set<std::string>* updated_ids);
message_center_impl.cc 498 std::set<std::string> updated_ids; local
500 (visibility == VISIBILITY_MESSAGE_CENTER), &updated_ids);
503 for (std::set<std::string>::const_iterator iter = updated_ids.begin();
504 iter != updated_ids.end();

Completed in 60 milliseconds