Home
last modified time | relevance | path

Searched refs:GetDatabasePath (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/components/webdata/common/
Dweb_database_migration_unittest.cc204 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); in DoMigration()
214 base::FilePath GetDatabasePath() { in GetDatabasePath() function in WebDatabaseMigrationTest
267 ASSERT_TRUE(connection.Open(GetDatabasePath())); in LoadDatabase()
276 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
298 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
330 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
343 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
363 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
438 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
486 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
[all …]
/external/chromium_org/extensions/browser/api/storage/
Dleveldb_settings_storage_factory.cc15 base::FilePath GetDatabasePath(const base::FilePath& base_path, in GetDatabasePath() function
25 return new LeveldbValueStore(GetDatabasePath(base_path, extension_id)); in Create()
31 base::FilePath path = GetDatabasePath(base_path, extension_id); in DeleteDatabaseIfExists()
/external/chromium_org/webkit/browser/fileapi/
Dsandbox_origin_database.cc75 base::FilePath db_path = GetDatabasePath(); in Init()
307 base::FilePath SandboxOriginDatabase::GetDatabasePath() const { in GetDatabasePath() function in fileapi::SandboxOriginDatabase
313 base::DeleteFile(GetDatabasePath(), true /* recursive */); in RemoveDatabase()
Dsandbox_origin_database.h46 base::FilePath GetDatabasePath() const;
Dsandbox_prioritized_origin_database.cc211 if (!create && !base::DirectoryExists(origin_database_->GetDatabasePath())) { in MaybeInitializeNonPrimaryDatabase()
/external/chromium_org/content/browser/fileapi/
Dsandbox_prioritized_origin_database_unittest.cc154 base::FilePath old_db_path = database_old.GetDatabasePath(); in TEST()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_storage.h167 base::FilePath GetDatabasePath();
Dservice_worker_storage.cc104 database_.reset(new ServiceWorkerDatabase(GetDatabasePath())); in ServiceWorkerStorage()
427 base::FilePath ServiceWorkerStorage::GetDatabasePath() { in GetDatabasePath() function in content::ServiceWorkerStorage
/external/chromium_org/sync/syncable/
Ddirectory_backing_store_unittest.cc44 base::FilePath GetDatabasePath() { in GetDatabasePath() function in syncer::syncable::MigrationTest
3279 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
3728 new OnDiskDirectoryBackingStore(GetUsername(), GetDatabasePath())); in TEST_F()
3735 ASSERT_TRUE(connection.Open(GetDatabasePath())); in TEST_F()
3743 GetDatabasePath())); in TEST_F()