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

  /external/chromium/chrome/browser/search_engines/
util.cc 92 std::set<int> updated_ids; local
97 if (!prepopulated_id || updated_ids.count(prepopulated_id)) {
130 updated_ids.insert(prepopulated_id);
  /external/chromium_org/ui/message_center/
notification_list.cc 64 std::set<std::string>* updated_ids) {
81 if (updated_ids && !(was_popup && was_read))
82 updated_ids->insert(notification->id());
notification_list.h 61 std::set<std::string>* updated_ids);
message_center_impl.cc 481 std::set<std::string> updated_ids; local
483 (visibility == VISIBILITY_MESSAGE_CENTER), &updated_ids);
486 for (std::set<std::string>::const_iterator iter = updated_ids.begin();
487 iter != updated_ids.end();

Completed in 32 milliseconds