Searched refs:ExpireHistory (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.h67 // This is the of equivalent HistoryService::ExpireHistory().
70 scoped_ptr<Request> ExpireHistory(
93 // callback that was passed to ExpireHistory().
H A Dweb_history_service.cc312 scoped_ptr<WebHistoryService::Request> WebHistoryService::ExpireHistory( function in class:history::WebHistoryService
371 return ExpireHistory(expire_list, callback);
H A Dhistory_backend.h461 void ExpireHistory(const std::vector<ExpireHistoryArgs>& expire_list);
H A Dhistory_service.h420 void ExpireHistory(const std::vector<history::ExpireHistoryArgs>& expire_list,
H A Dhistory_service.cc1134 void HistoryService::ExpireHistory( function in class:HistoryService
1144 base::Bind(&HistoryBackend::ExpireHistory, history_backend_, expire_list),
H A Dhistory_backend_unittest.cc2612 TEST_F(HistoryBackendTest, ExpireHistory) {
2635 backend_->ExpireHistory(expire_list);
2644 backend_->ExpireHistory(expire_list);
2650 backend_->ExpireHistory(expire_list);
2667 backend_->ExpireHistory(expire_list);
H A Dhistory_backend.cc2711 void HistoryBackend::ExpireHistory( function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc608 history_service->ExpireHistory(
615 web_history_delete_request_ = web_history->ExpireHistory(

Completed in 103 milliseconds