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

  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 66 FilePath db_path_; member in class:__anon5222::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 64 base::FilePath db_path_; member in class:visitedlink::__anon9902::VisitedLink
66 ASSERT_TRUE(file_util::CreateTemporaryFile(&db_path_));
69 base::DeleteFile(db_path_, false);
83 NULL, true, true, db_path_, 0);
114 NULL, true, true, db_path_, 0);
145 file_util::EvictFileFromSystemCache(db_path_);
155 db_path_,
172 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)),
91 bool success = db_->Open(db_path_);
115 bool success = file_util::GetFileSize(db_path_, &db_size);
116 DCHECK(success) << "Failed to get file size for " << db_path_.value();
  /external/chromium_org/chrome/browser/value_store/
value_store_frontend_unittest.cc 32 db_path_ = temp_dir_.path().AppendASCII("temp_db");
33 base::CopyDirectory(src_db, db_path_, true);
45 storage_.reset(new ValueStoreFrontend(db_path_));
64 base::FilePath db_path_; member in class:ValueStoreFrontendTest
value_store_frontend.cc 24 db_path_ = db_path;
46 LOG(INFO) << "Reading " << key << " from " << db_path_.value()
88 base::FilePath db_path_; member in class:ValueStoreFrontend::Backend
leveldb_value_store.h 81 const base::FilePath db_path_; member in class:LeveldbValueStore
leveldb_value_store.cc 80 : db_path_(db_path) {
97 if (!base::DeleteFile(db_path_, true)) {
99 db_path_.value();
340 std::string os_path(db_path_.value());
342 std::string os_path = base::SysWideToUTF8(db_path_.value());
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 63 db_path_(db_path) {}
75 << db_path_.value();
76 base::DeleteFile(db_path_, false);
94 if (!db_path_.IsAbsolute())
95 path = GetUserDefaultProfileDir().Append(db_path_);
97 path = db_path_;
215 base::FilePath db_path_; member in class:diagnostics::__anon7118::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:__anon4492::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;
70 base::Bind(&TopSitesBackend::ResetDatabaseOnDBThread, this, db_path_));
139 sql::Connection::Delete(db_path_);
141 InitDBOnDBThread(db_path_);
top_sites_backend.h 91 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 114 base::FilePath db_path_; member in class:LoginDatabase
login_database.cc 159 db_path_ = db_path;
568 sql::Connection::Delete(db_path_);
569 return Init(db_path_);
  /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 1880 milliseconds