Searched refs:ExpireHistoryBetween (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.h75 // This is the of equivalent HistoryService::ExpireHistoryBetween().
76 scoped_ptr<Request> ExpireHistoryBetween(
H A Dexpire_history_backend.h92 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
101 // ExpireHistoryBetween(), but affecting a specific set of visits).
H A Ddelete_directive_handler.cc260 history_backend->ExpireHistoryBetween(
271 history_backend->ExpireHistoryBetween(
H A Dhistory_service.cc1115 void HistoryService::ExpireHistoryBetween( function in class:HistoryService
1126 base::Bind(&HistoryBackend::ExpireHistoryBetween,
1170 web_history->ExpireHistoryBetween(
1177 ExpireHistoryBetween(restrict_urls, begin_time, end_time, callback, tracker);
H A Dweb_history_service.cc362 scoped_ptr<WebHistoryService::Request> WebHistoryService::ExpireHistoryBetween( function in class:history::WebHistoryService
H A Dexpire_history_backend_unittest.cc549 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
644 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
690 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
H A Dexpire_history_backend.cc239 void ExpireHistoryBackend::ExpireHistoryBetween( function in class:history::ExpireHistoryBackend
H A Dhistory_backend.h444 // Calls ExpireHistoryBackend::ExpireHistoryBetween and commits the change.
445 void ExpireHistoryBetween(
458 // Calls ExpireHistoryBetween() once for each element in the vector.
460 // of ExpireHistoryBetween().
H A Dhistory_service.h410 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
417 // This is the equivalent ExpireHistoryBetween() once for each element in the
419 // of ExpireHistoryBetween().
425 // ExpireHistoryBetween() to delete local visits, and handles deletion of
H A Dhistory_backend.cc2631 void HistoryBackend::ExpireHistoryBetween( function in class:history::HistoryBackend
2645 expirer_.ExpireHistoryBetween(restrict_urls, begin_time, end_time);
2718 expirer_.ExpireHistoryBetween(it->urls, it->begin_time, it->end_time);
H A Dhistory_backend_unittest.cc794 backend_->expire_backend()->ExpireHistoryBetween(restrict_urls,
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.h88 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
H A Dhistory.cc736 void HistoryService::ExpireHistoryBetween( function in class:HistoryService
743 Schedule(PRIORITY_UI, &HistoryBackend::ExpireHistoryBetween, consumer,
H A Dhistory_backend.h296 // Calls ExpireHistoryBackend::ExpireHistoryBetween and commits the change.
297 void ExpireHistoryBetween(scoped_refptr<ExpireHistoryRequest> request,
H A Dexpire_history_backend_unittest.cc610 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
669 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
722 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
H A Dexpire_history_backend.cc224 void ExpireHistoryBackend::ExpireHistoryBetween( function in class:history::ExpireHistoryBackend
H A Dhistory.h398 // Implemented by the caller of ExpireHistoryBetween, and
410 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
H A Dhistory_backend.cc1992 void HistoryBackend::ExpireHistoryBetween( function in class:history::HistoryBackend
2007 expirer_.ExpireHistoryBetween(restrict_urls, begin_time, end_time);
H A Dhistory_backend_unittest.cc485 backend_->expire_backend()->ExpireHistoryBetween(restrict_urls,
H A Dtop_sites_unittest.cc896 history_service()->ExpireHistoryBetween(
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.cc360 hs->ExpireHistoryBetween(
377 hs->ExpireHistoryBetween(
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc467 hs->ExpireHistoryBetween(
490 hs->ExpireHistoryBetween(
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.cc231 hs->ExpireHistoryBetween(
H A Dhistory_ui.cc231 hs->ExpireHistoryBetween(
/external/chromium/chrome/browser/
H A Dbrowsing_data_remover.cc122 history_service->ExpireHistoryBetween(restrict_urls,

Completed in 353 milliseconds