Home | History | Annotate | Download | only in browser

Lines Matching refs:urls

132 // The builder will store the fingerprints for those URLs, and then marshalls
259 return null_hash_; // Don't add invalid URLs.
276 // If the table is "full", we don't add URLs and just drop them on the floor.
277 // This can happen if we get thousands of new URLs and something causes
339 void VisitedLinkMaster::DeleteURLs(URLIterator* urls) {
340 if (!urls->HasNextURL())
348 while (urls->HasNextURL()) {
349 const GURL& url(urls->NextURL());
364 // Delete the URLs from the in-memory table, but don't bother writing
371 // Compute the deleted URLs' fingerprints and delete them
373 while (urls->HasNextURL()) {
374 const GURL& url(urls->NextURL());
425 // Delete the URLs from the table.
961 // could delay shutdown if there are a lot of URLs.