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

  /external/chromium/chrome/browser/history/
text_database.h 111 void DeletePageData(base::Time time, const std::string& url);
text_database_manager.cc 295 DeletePageData(visits[i].visit_time, url, NULL);
329 void TextDatabaseManager::DeletePageData(Time time, const GURL& url,
345 db->DeletePageData(time, URLDatabase::GURLToDatabaseURL(url));
text_database_manager.h 124 void DeletePageData(base::Time time, const GURL& url,
text_database_unittest.cc 172 db->DeletePageData(Time::FromInternalValue(kTime1), kURL1);
181 db->DeletePageData(Time::FromInternalValue(kTime2), kURL2);
text_database.cc 247 void TextDatabase::DeletePageData(base::Time time, const std::string& url) {
expire_history_backend.cc 388 text_db_->DeletePageData(visits[i].visit_time, cur_row->url(),

Completed in 167 milliseconds