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

  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 135 FilePath archived_name = path().Append(kArchivedHistoryFile); local
137 if (!archived_db_->Init(archived_name))
    [all...]
history_backend.cc 527 FilePath archived_name = GetArchivedFileName(); local
609 file_util::Delete(archived_name, false);
612 if (!archived_db_->Init(archived_name)) {
    [all...]

Completed in 55 milliseconds