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

  /external/chromium_org/chrome/browser/history/
in_memory_database.h 33 bool InitFromDisk(const base::FilePath& history_name);
in_memory_database.cc 65 bool InMemoryDatabase::InitFromDisk(const base::FilePath& history_name) {
73 attach.BindString(0, history_name.value());
75 attach.BindString(0, base::WideToUTF8(history_name.value()));
history_database.h 81 sql::InitStatus Init(const base::FilePath& history_name);
history_database.cc 42 sql::InitStatus HistoryDatabase::Init(const base::FilePath& history_name) {
64 if (!db_.Open(history_name))
75 base::mac::SetFileBackupExclusion(history_name);
105 const base::FilePath& history_name) {
108 if (!base::GetFileSize(history_name, &file_size))
expire_history_backend_unittest.cc 126 base::FilePath history_name = path().Append(kHistoryFile); local
128 if (main_db_->Init(history_name) != sql::INIT_OK)
history_backend.cc 559 base::FilePath history_name = history_dir_.Append(chrome::kHistoryFilename); local
574 sql::InitStatus status = db_->Init(history_name);
599 if (mem_backend->Init(history_name, db_.get()))
630 db_->ComputeDatabaseMetrics(history_name);
    [all...]

Completed in 240 milliseconds