OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteURLRow
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/history/
url_database.h
87
bool
DeleteURLRow
(URLID id);
in_memory_history_backend.cc
162
db_->
DeleteURLRow
(id);
starred_url_database_unittest.cc
277
DeleteURLRow
(entry.url_id);
url_database_unittest.cc
179
ASSERT_TRUE(
DeleteURLRow
(url_id));
url_database.cc
194
bool URLDatabase::
DeleteURLRow
(URLID id) {
expire_history_backend.cc
426
main_db_->
DeleteURLRow
(url_row.id());
/external/chromium_org/chrome/browser/history/
url_database.h
87
bool
DeleteURLRow
(URLID id);
in_memory_history_backend.cc
150
db_->
DeleteURLRow
(row->id());
url_database_unittest.cc
178
ASSERT_TRUE(
DeleteURLRow
(url_id));
expire_history_backend.cc
428
main_db_->
DeleteURLRow
(url_row.id());
url_database.cc
171
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
316
ASSERT_TRUE(history_db_.
DeleteURLRow
(url_id2));
[
all
...]
Completed in 582 milliseconds