Home
last modified time | relevance | path

Searched refs:DeleteURLRow (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/history/
Durl_database.h87 bool DeleteURLRow(URLID id);
Din_memory_history_backend.cc162 db_->DeleteURLRow(id); in OnURLsDeleted()
Durl_database_unittest.cc179 ASSERT_TRUE(DeleteURLRow(url_id)); in TEST_F()
Dstarred_url_database_unittest.cc277 DeleteURLRow(entry.url_id); in TEST_F()
Durl_database.cc194 bool URLDatabase::DeleteURLRow(URLID id) { in DeleteURLRow() function in history::URLDatabase
Dexpire_history_backend.cc426 main_db_->DeleteURLRow(url_row.id()); in DeleteOneURL()