OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteURLRow
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_history_backend.cc
111
db_->
DeleteURLRow
(url_row.id());
131
db_->
DeleteURLRow
(row->id());
url_database.h
94
bool
DeleteURLRow
(URLID id);
url_database_unittest.cc
207
ASSERT_TRUE(
DeleteURLRow
(url_id));
expire_history_backend.cc
377
main_db_->
DeleteURLRow
(url_row.id());
url_database.cc
200
bool URLDatabase::
DeleteURLRow
(URLID id) {
/external/chromium_org/chrome/browser/history/android/
urls_sql_handler.cc
148
if (!history_db_->
DeleteURLRow
(ids->url_id))
android_provider_backend_unittest.cc
327
ASSERT_TRUE(history_db_.
DeleteURLRow
(url_id2));
[
all
...]
Completed in 89 milliseconds