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

  /external/chromium/chrome/browser/history/
in_memory_database.h 32 bool InitFromDisk(const FilePath& history_name);
in_memory_database.cc 65 bool InMemoryDatabase::InitFromDisk(const FilePath& history_name) {
77 attach.BindString(0, history_name.value());
79 attach.BindString(0, WideToUTF8(history_name.value()));
history_database.cc 37 void ComputeDatabaseMetrics(const FilePath& history_name,
43 if (!file_util::GetFileSize(history_name, &file_size))
69 sql::InitStatus HistoryDatabase::Init(const FilePath& history_name,
90 if (!db_.Open(history_name))
101 base::mac::SetFileBackupExclusion(history_name, true);
102 FilePath::StringType history_name_string(history_name.value());
128 ComputeDatabaseMetrics(history_name, db_);
history_database.h 66 sql::InitStatus Init(const FilePath& history_name,
expire_history_backend_unittest.cc 130 FilePath history_name = path().Append(kHistoryFile); local
132 if (main_db_->Init(history_name, FilePath()) != sql::INIT_OK)
    [all...]
history_backend.cc 525 FilePath history_name = history_dir_.Append(chrome::kHistoryFilename); local
533 sql::InitStatus status = db_->Init(history_name, tmp_bookmarks_file);
550 if (mem_backend->Init(history_name, history_dir_, db_.get(), languages))
    [all...]

Completed in 1910 milliseconds