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

  /external/chromium/chrome/browser/password_manager/
login_database.h 98 FilePath db_path_; member in class:LoginDatabase
  /external/chromium/chrome/browser/history/
top_sites_backend.h 97 FilePath db_path_; member in class:history::TopSitesBackend
  /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:__anon4027::SqliteIntegrityTest
  /external/chromium/chrome/browser/visitedlink/
visitedlink_perftest.cc 66 FilePath db_path_; member in class:__anon4757::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/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...]

Completed in 439 milliseconds