Searched defs:listnames (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc223 const std::vector<std::string>& listnames,
228 DCHECK_GT(listnames.size(), 0U);
229 DCHECK_LE(listnames.size(), 2U);
236 // The loop below will only load as many into |lists| as |listnames|
243 for (size_t i = 0; i < listnames.size(); ++i) {
244 const std::string& listname = listnames[i];
259 std::vector<std::string> listnames; local
260 listnames.push_back(listname0);
261 listnames.push_back(listname1);
262 UpdateChunkRanges(store, listnames, list
222 UpdateChunkRanges(SafeBrowsingStore* store, const std::vector<std::string>& listnames, std::vector<SBListChunkRanges>* lists) argument
[all...]

Completed in 63 milliseconds