Searched defs:history_name (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/history/
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, WideToUTF8(history_name.value()));
H A Dhistory_database.cc43 sql::InitStatus HistoryDatabase::Init(const base::FilePath& history_name) { argument
65 if (!db_.Open(history_name))
76 base::mac::SetFileBackupExclusion(history_name);
106 const base::FilePath& history_name) {
109 if (!base::GetFileSize(history_name, &file_size))
105 ComputeDatabaseMetrics( const base::FilePath& history_name) argument
H A Dexpire_history_backend_unittest.cc129 base::FilePath history_name = path().Append(kHistoryFile); local
131 if (main_db_->Init(history_name) != sql::INIT_OK)
H A Dhistory_backend.cc561 base::FilePath history_name = history_dir_.Append(chrome::kHistoryFilename); local
576 sql::InitStatus status = db_->Init(history_name);
600 if (mem_backend->Init(history_name, db_.get()))
640 db_->ComputeDatabaseMetrics(history_name);
/external/chromium/chrome/browser/history/
H A Din_memory_database.cc65 bool InMemoryDatabase::InitFromDisk(const FilePath& history_name) { argument
77 attach.BindString(0, history_name.value());
79 attach.BindString(0, WideToUTF8(history_name.value()));
H A Dhistory_database.cc37 void ComputeDatabaseMetrics(const FilePath& history_name, argument
43 if (!file_util::GetFileSize(history_name, &file_size))
69 sql::InitStatus HistoryDatabase::Init(const FilePath& history_name, argument
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_);
H A Dexpire_history_backend_unittest.cc130 FilePath history_name = path().Append(kHistoryFile); local
132 if (main_db_->Init(history_name, FilePath()) != sql::INIT_OK)
H A Dhistory_backend.cc525 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))

Completed in 355 milliseconds