Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_manager.cc1133 const DownloadSet* all_sets[] = {&active_set, &history_set, in AssertContainersConsistent() local
1136 for (int i = 0; i < static_cast<int>(ARRAYSIZE_UNSAFE(all_sets)); i++) { in AssertContainersConsistent()
1139 std::set_difference(all_sets[i]->begin(), all_sets[i]->end(), in AssertContainersConsistent()
1146 all_sets[i]->begin(), all_sets[i]->end(), in AssertContainersConsistent()