OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteURLRow
(Results
1 - 6
of
6
) 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());
Completed in 117 milliseconds