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

  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.cc 108 db_->InsertOrUpdateURLRowByID(url_row);
137 db_->InsertOrUpdateURLRowByID(details.url_row);
  /external/chromium_org/components/history/core/browser/
url_database.h 91 bool InsertOrUpdateURLRowByID(const URLRow& info);
url_database_unittest.cc 127 EXPECT_TRUE(InsertOrUpdateURLRowByID(url_info1));
137 EXPECT_TRUE(InsertOrUpdateURLRowByID(url_info4));
url_database.cc 170 bool URLDatabase::InsertOrUpdateURLRowByID(const history::URLRow& info) {
595 // Note: revise implementation for InsertOrUpdateURLRowByID() if you add any

Completed in 110 milliseconds