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

  /external/chromium/chrome/browser/history/
expire_history_backend.cc 436 URLRow archived_row;
437 if (archived_db_->GetRowForURL(url_row.url(), &archived_row)) {
442 archived_row.set_last_visit(url_row.last_visit());
443 archived_db_->UpdateURLRow(archived_row.id(), archived_row);
444 return archived_row.id();
expire_history_backend_unittest.cc 783 URLRow archived_row; local
785 EXPECT_TRUE(archived_db_->GetRowForURL(url_row1.url(), &archived_row));
787 archived_db_->GetVisitsForURL(archived_row.id(), &archived_visits);
898 URLRow archived_row; local
    [all...]

Completed in 43 milliseconds