HomeSort by relevance Sort by last modified time
    Searched refs:ExpireHistoryBetween (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/history/
expire_history_backend.h 88 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
history.cc 736 void HistoryService::ExpireHistoryBetween(
743 Schedule(PRIORITY_UI, &HistoryBackend::ExpireHistoryBetween, consumer,
history_backend.h 296 // Calls ExpireHistoryBackend::ExpireHistoryBetween and commits the change.
297 void ExpireHistoryBetween(scoped_refptr<ExpireHistoryRequest> request,
expire_history_backend_unittest.cc 610 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());
    [all...]
history.h 398 // Implemented by the caller of ExpireHistoryBetween, and
410 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
    [all...]
expire_history_backend.cc 224 void ExpireHistoryBackend::ExpireHistoryBetween(
history_backend.cc     [all...]
history_backend_unittest.cc 485 backend_->expire_backend()->ExpireHistoryBetween(restrict_urls,
    [all...]
top_sites_unittest.cc 896 history_service()->ExpireHistoryBetween(
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 360 hs->ExpireHistoryBetween(
377 hs->ExpireHistoryBetween(
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 231 hs->ExpireHistoryBetween(
history_ui.cc 231 hs->ExpireHistoryBetween(
  /external/chromium/chrome/browser/
browsing_data_remover.cc 122 history_service->ExpireHistoryBetween(restrict_urls,

Completed in 437 milliseconds