Searched refs:history_name (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Din_memory_database.h33 bool InitFromDisk(const base::FilePath& history_name);
H A Din_memory_database.cc65 bool InMemoryDatabase::InitFromDisk(const base::FilePath& history_name) { argument
73 attach.BindString(0, history_name.value());
75 attach.BindString(0, base::WideToUTF8(history_name.value()));
/external/chromium_org/chrome/browser/history/
H A Dhistory_database.cc42 sql::InitStatus HistoryDatabase::Init(const base::FilePath& history_name) { argument
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))
104 ComputeDatabaseMetrics( const base::FilePath& history_name) argument
H A Dhistory_database.h80 sql::InitStatus Init(const base::FilePath& history_name);
H A Dexpire_history_backend_unittest.cc123 base::FilePath history_name = path().Append(kHistoryFile); local
125 if (main_db_->Init(history_name) != sql::INIT_OK)
H A Dhistory_backend.cc606 base::FilePath history_name = history_dir_.Append(chrome::kHistoryFilename); local
621 sql::InitStatus status = db_->Init(history_name);
646 if (mem_backend->Init(history_name))
677 db_->ComputeDatabaseMetrics(history_name);

Completed in 1451 milliseconds