Searched refs:deleted_details (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.cc337 URLsDeletedDetails* deleted_details = new URLsDeletedDetails; local
338 deleted_details->all_history = false;
341 deleted_details->urls.insert(dependencies->deleted_urls[i].url());
346 deleted_details);
H A Dhistory.cc641 Details<history::URLsDeletedDetails> deleted_details(details);
645 if (deleted_details->all_history)
648 visited_links->DeleteURLs(deleted_details->urls);
H A Dtop_sites.cc775 Details<history::URLsDeletedDetails> deleted_details(details);
776 if (deleted_details->all_history) {
781 for (std::set<GURL>::iterator i = deleted_details->urls.begin();
782 i != deleted_details->urls.end(); ++i) {
H A Dexpire_history_backend_unittest.cc384 const URLsDeletedDetails* deleted_details = local
386 if (deleted_details->urls.find(row.url()) !=
387 deleted_details->urls.end()) {

Completed in 207 milliseconds