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 51 std::set<std::string>* updated_ids) {
68 if (updated_ids &&
70 updated_ids->insert(notification->id());
message_center_impl.cc 219 std::set<std::string> updated_ids; local
220 notification_list_->SetMessageCenterVisible(visible, &updated_ids);
221 for (std::set<std::string>::const_iterator iter = updated_ids.begin();
222 iter != updated_ids.end();
notification_list.h 59 std::set<std::string>* updated_ids);

Completed in 35 milliseconds