Searched refs:DeleteURLRow (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/history/
H A Durl_database.h87 bool DeleteURLRow(URLID id);
H A Din_memory_history_backend.cc162 db_->DeleteURLRow(id);
H A Dstarred_url_database_unittest.cc277 DeleteURLRow(entry.url_id);
H A Durl_database_unittest.cc179 ASSERT_TRUE(DeleteURLRow(url_id));
H A Durl_database.cc194 bool URLDatabase::DeleteURLRow(URLID id) { function in class:history::URLDatabase
H A Dexpire_history_backend.cc426 main_db_->DeleteURLRow(url_row.id());
/external/chromium_org/chrome/browser/history/
H A Durl_database.h87 bool DeleteURLRow(URLID id);
H A Din_memory_history_backend.cc143 db_->DeleteURLRow(row->id());
H A Durl_database_unittest.cc178 ASSERT_TRUE(DeleteURLRow(url_id));
H A Dexpire_history_backend.cc438 main_db_->DeleteURLRow(url_row.id());
H A Durl_database.cc182 bool URLDatabase::DeleteURLRow(URLID id) { function in class:history::URLDatabase
/external/chromium_org/chrome/browser/history/android/
H A Durls_sql_handler.cc148 if (!history_db_->DeleteURLRow(ids->url_id))
H A Dandroid_provider_backend_unittest.cc317 ASSERT_TRUE(history_db_.DeleteURLRow(url_id2));

Completed in 156 milliseconds