UpdateURLRow      186 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc   history_db_.UpdateURLRow(url_id, url_row);
UpdateURLRow      139 chrome/browser/history/android/urls_sql_handler.cc     if (!history_db_->UpdateURLRow(ids->url_id, update_row))
UpdateURLRow      443 chrome/browser/history/expire_history_backend.cc     archived_db_->UpdateURLRow(archived_row.id(), archived_row);
UpdateURLRow      516 chrome/browser/history/expire_history_backend.cc       main_db_->UpdateURLRow(url_row.id(), url_row);
UpdateURLRow      753 chrome/browser/history/history_backend.cc     db_->UpdateURLRow(url_id, url_info);
UpdateURLRow      904 chrome/browser/history/history_backend.cc       db_->UpdateURLRow(row_id, row);
UpdateURLRow      984 chrome/browser/history/history_backend.cc     return db_->UpdateURLRow(id, url);
UpdateURLRow      126 chrome/browser/history/in_memory_history_backend.cc         db_->UpdateURLRow(id, *i);
UpdateURLRow      250 chrome/browser/history/in_memory_url_index_unittest.cc       history_database_->UpdateURLRow(row.id(), row);
UpdateURLRow       73 chrome/browser/history/url_database.h   bool UpdateURLRow(URLID url_id, const URLRow& info);
UpdateURLRow      105 chrome/browser/history/url_database_unittest.cc   EXPECT_TRUE(UpdateURLRow(id2, url_info2));