Home
last modified time | relevance | path

Searched refs:DeleteSegmentForURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dvisitsegment_database.h69 bool DeleteSegmentForURL(URLID url_id);
Dvisitsegment_database.cc296 bool VisitSegmentDatabase::DeleteSegmentForURL(URLID url_id) { in DeleteSegmentForURL() function in history::VisitSegmentDatabase
Dexpire_history_backend.cc358 main_db_->DeleteSegmentForURL(url_row.id()); in DeleteOneURL()