HomeSort by relevance Sort by last modified time
    Searched refs:UpdateURLRow (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/history/
url_database.h 73 bool UpdateURLRow(URLID url_id, const URLRow& info);
url_database_unittest.cc 105 EXPECT_TRUE(UpdateURLRow(id2, url_info2));
expire_history_backend.cc 445 main_db_->UpdateURLRow(url_row.id(), url_row);
url_database.cc 117 bool URLDatabase::UpdateURLRow(URLID url_id,
history_backend.cc 734 db_->UpdateURLRow(url_id, url_info);
874 db_->UpdateURLRow(row_id, row);
    [all...]
in_memory_url_index_unittest.cc 256 history_database_->UpdateURLRow(row.id(), row);
    [all...]
  /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);

Completed in 309 milliseconds