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

  /external/chromium_org/components/history/core/browser/
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()));
  /external/chromium_org/chrome/browser/history/
history_database.h 80 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 123 base::FilePath history_name = path().Append(kHistoryFile); local
125 if (main_db_->Init(history_name) != sql::INIT_OK)
history_backend.cc 606 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);
    [all...]

Completed in 80 milliseconds