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

  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 66 FilePath db_path_; member in class:__anon2509::VisitedLink
68 ASSERT_TRUE(file_util::CreateTemporaryFile(&db_path_));
71 file_util::Delete(db_path_, false);
85 NULL, true, db_path_, 0); local
116 NULL, true, db_path_, 0); local
147 file_util::EvictFileFromSystemCache(db_path_);
156 db_path_, local
172 db_path_, local
  /external/chromium_org/components/visitedlink/test/
visitedlink_perftest.cc 66 base::FilePath db_path_; member in class:visitedlink::__anon7553::VisitedLink
68 ASSERT_TRUE(base::CreateTemporaryFile(&db_path_));
71 base::DeleteFile(db_path_, false);
85 NULL, true, true, db_path_, 0);
116 NULL, true, true, db_path_, 0);
147 file_util::EvictFileFromSystemCache(db_path_);
157 db_path_,
174 db_path_,
  /external/chromium_org/chrome/browser/predictors/
predictor_database.cc 56 base::FilePath db_path_; member in class:predictors::PredictorDatabaseInternal
70 : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
92 bool success = db_->Open(db_path_);
118 bool success = base::GetFileSize(db_path_, &db_size);
119 DCHECK(success) << "Failed to get file size for " << db_path_.value();
  /external/chromium_org/chrome/browser/value_store/
value_store_frontend_unittest.cc 30 db_path_ = temp_dir_.path().AppendASCII("temp_db");
31 base::CopyDirectory(src_db, db_path_, true);
43 storage_.reset(new ValueStoreFrontend(db_path_));
62 base::FilePath db_path_; member in class:ValueStoreFrontendTest
value_store_frontend.cc 24 db_path_ = db_path;
46 LOG(WARNING) << "Reading " << key << " from " << db_path_.value()
88 base::FilePath db_path_; member in class:ValueStoreFrontend::Backend
leveldb_value_store.h 77 // Removes the on-disk database at |db_path_|. Any file system locks should
85 const base::FilePath db_path_; member in class:LeveldbValueStore
leveldb_value_store.cc 50 : db_path_(db_path) {
283 leveldb::DB::Open(options, db_path_.AsUTF8Unsafe(), &db);
372 if (!base::DeleteFile(db_path_, true /* recursive */)) {
374 db_path_.value();
385 // The message may contain |db_path_|, which may be considered sensitive
387 ReplaceSubstringsAfterOffset(&message, 0u, db_path_.AsUTF8Unsafe(), "...");
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 45 : DiagnosticsTest(id), flags_(flags), db_path_(db_path) {}
57 << db_path_.value();
58 base::DeleteFile(db_path_, false);
76 if (!db_path_.IsAbsolute())
77 path = GetUserDefaultProfileDir().Append(db_path_);
79 path = db_path_;
197 base::FilePath db_path_; member in class:diagnostics::__anon4564::SqliteIntegrityTest
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 32 db_path_(profile_relative_db_path) {
39 path = path.Append(db_path_);
86 FilePath db_path_; member in class:__anon1779::SqliteIntegrityTest
  /external/chromium_org/components/webdata/common/
web_data_service_backend.cc 21 db_path_(path),
41 if (init_complete_ || db_path_.empty()) {
53 init_status_ = db_->Init(db_path_);
web_data_service_backend.h 99 base::FilePath db_path_; member in class:WebDataServiceBackend
  /external/chromium/chrome/browser/history/
top_sites_backend.cc 19 db_path_ = path;
64 this, &TopSitesBackend::ResetDatabaseOnDBThread, db_path_));
143 file_util::Delete(db_path_, false);
145 InitDBOnDBThread(db_path_);
top_sites_backend.h 97 FilePath db_path_; member in class:history::TopSitesBackend
  /external/chromium_org/chrome/browser/history/
top_sites_backend.cc 24 db_path_ = path;
68 base::Bind(&TopSitesBackend::ResetDatabaseOnDBThread, this, db_path_));
134 sql::Connection::Delete(db_path_);
136 InitDBOnDBThread(db_path_);
top_sites_backend.h 89 base::FilePath db_path_; member in class:history::TopSitesBackend
  /external/chromium_org/chrome/browser/extensions/
state_store.cc 66 : db_path_(db_path), task_queue_(new DelayedTaskQueue()) {
157 if (!db_path_.empty())
158 store_.Init(db_path_);
state_store.h 69 base::FilePath db_path_; member in class:extensions::StateStore
  /external/chromium/chrome/browser/password_manager/
login_database.h 98 FilePath db_path_; member in class:LoginDatabase
login_database.cc 85 db_path_ = db_path;
405 file_util::Delete(db_path_, false);
406 return Init(db_path_);
  /external/chromium_org/chrome/browser/password_manager/
login_database.h 133 base::FilePath db_path_; member in class:LoginDatabase
login_database.cc 92 db_path_ = db_path;
552 sql::Connection::Delete(db_path_);
553 return Init(db_path_);
  /external/chromium_org/sql/
connection_unittest.cc 94 db_path_ = temp_dir_.path().AppendASCII("SQLConnectionTest.db");
95 ASSERT_TRUE(db_.Open(db_path_));
103 const base::FilePath& db_path() { return db_path_; }
113 base::FilePath db_path_; member in class:__anon10384::SQLConnectionTest
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 93 db_path_ = temp_dir_.path().Append(
101 FilePath db_path_; member in class:syncable::SyncableGeneralTest
106 dir.Open(db_path_, "SimpleTest");
194 dir.Open(db_path_, "IndexTest");
210 dir.Open(db_path_, "IndexTest");
230 dir.Open(db_path_, "IndexTest");
248 dir.Open(db_path_, "IndexTest");
262 dir.Open(db_path_, "SimpleTest");
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 93 db_path_ = temp_dir_.path().Append(
105 base::FilePath db_path_; member in class:syncer::syncable::SyncableGeneralTest
293 Directory dir(new OnDiskDirectoryBackingStore(kIndexTestName, db_path_),
314 Directory dir(new OnDiskDirectoryBackingStore(kIndexTestName, db_path_),
339 Directory dir(new OnDiskDirectoryBackingStore(kIndexTestName, db_path_),
362 Directory dir(new OnDiskDirectoryBackingStore(kIndexTestName, db_path_),
    [all...]

Completed in 430 milliseconds