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

/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.h73 // This is the of equivalent HistoryService::ExpireHistoryBetween().
74 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
H A Dexpire_history_backend.h90 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
99 // ExpireHistoryBetween(), but affecting a specific set of visits).
H A Ddelete_directive_handler.cc269 history_backend->ExpireHistoryBetween(
280 history_backend->ExpireHistoryBetween(
H A Dhistory_service.cc1123 void HistoryService::ExpireHistoryBetween( function in class:HistoryService
1133 base::Bind(&HistoryBackend::ExpireHistoryBetween,
1177 web_history->ExpireHistoryBetween(
1181 ExpireHistoryBetween(restrict_urls, begin_time, end_time, callback, tracker);
H A Dexpire_history_backend_unittest.cc570 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
671 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
719 expirer_.ExpireHistoryBetween(restrict_urls, visit_times[2], Time());
H A Dexpire_history_backend.cc186 void ExpireHistoryBackend::ExpireHistoryBetween( function in class:history::ExpireHistoryBackend
H A Dweb_history_service.cc376 void WebHistoryService::ExpireHistoryBetween( function in class:history::WebHistoryService
H A Dhistory_backend.h438 // Calls ExpireHistoryBackend::ExpireHistoryBetween and commits the change.
439 void ExpireHistoryBetween(
452 // Calls ExpireHistoryBetween() once for each element in the vector.
454 // of ExpireHistoryBetween().
H A Dhistory_service.h341 void ExpireHistoryBetween(const std::set<GURL>& restrict_urls,
348 // This is the equivalent ExpireHistoryBetween() once for each element in the
350 // of ExpireHistoryBetween().
356 // ExpireHistoryBetween() to delete local visits, and handles deletion of
H A Dhistory_backend.cc2347 void HistoryBackend::ExpireHistoryBetween( function in class:history::HistoryBackend
2361 expirer_.ExpireHistoryBetween(restrict_urls, begin_time, end_time);
2434 expirer_.ExpireHistoryBetween(it->urls, it->begin_time, it->end_time);
H A Dhistory_backend_unittest.cc804 backend_->expire_backend()->ExpireHistoryBetween(restrict_urls,
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc429 hs->ExpireHistoryBetween(
459 hs->ExpireHistoryBetween(

Completed in 725 milliseconds