Home | History | Annotate | Download | only in visitedlink

Lines Matching refs:urls

156 // The builder will store the fingerprints for those URLs, and then marshalls
271 return null_hash_; // Don't add invalid URLs.
288 // If the table is "full", we don't add URLs and just drop them on the floor.
289 // This can happen if we get thousands of new URLs and something causes
338 void VisitedLinkMaster::DeleteURLs(const std::set<GURL>& urls) {
341 if (urls.empty())
349 for (SetIterator i = urls.begin(); i != urls.end(); ++i) {
364 // Delete the URLs from the in-memory table, but don't bother writing
371 // Compute the deleted URLs' fingerprints and delete them
373 for (SetIterator i = urls.begin(); i != urls.end(); ++i) {
424 // Delete the URLs from the table.
972 // could delay shutdown if there are a lot of URLs.