OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateURLRow
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/components/history/core/browser/
url_database.h
75
bool
UpdateURLRow
(URLID url_id, const URLRow& info);
url_database_unittest.cc
106
EXPECT_TRUE(
UpdateURLRow
(id2, url_info2));
117
EXPECT_FALSE(
UpdateURLRow
(url_info3.id(), url_info3));
url_database.cc
116
bool URLDatabase::
UpdateURLRow
(URLID url_id,
/external/chromium_org/chrome/browser/history/android/
urls_sql_handler.cc
139
if (!history_db_->
UpdateURLRow
(ids->url_id, update_row))
bookmark_model_sql_handler_unittest.cc
186
history_db_.
UpdateURLRow
(url_id, url_row);
/external/chromium_org/chrome/browser/history/
expire_history_backend.cc
445
main_db_->
UpdateURLRow
(url_row.id(), url_row);
history_backend.cc
780
db_->
UpdateURLRow
(url_id, url_info);
[
all
...]
in_memory_url_index_unittest.cc
265
history_database_->
UpdateURLRow
(row.id(), row);
[
all
...]
Completed in 84 milliseconds