Home
last modified time | relevance | path

Searched refs:database_path (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
Dimported_media_gallery_registry.cc46 const std::string& fs_name, const base::FilePath& database_path) { in RegisterPicasaFilesystemOnUIThread() argument
49 DCHECK(!database_path.empty()); in RegisterPicasaFilesystemOnUIThread()
71 base::Unretained(this), database_path)); in RegisterPicasaFilesystemOnUIThread()
73 picasa_database_path_ = database_path; in RegisterPicasaFilesystemOnUIThread()
75 DCHECK_EQ(picasa_database_path_.value(), database_path.value()); in RegisterPicasaFilesystemOnUIThread()
249 const base::FilePath& database_path) { in RegisterPicasaFileSystem() argument
252 picasa_data_provider_.reset(new picasa::PicasaDataProvider(database_path)); in RegisterPicasaFileSystem()
Dimported_media_gallery_registry.h44 const base::FilePath& database_path);
79 void RegisterPicasaFileSystem(const base::FilePath& database_path);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dpicasa_finder_mac.mm42 base::scoped_nsobject<NSString> database_path(
46 if (database_path == NULL)
49 return base::mac::NSStringToFilePath(database_path.get());
Dpicasa_finder.cc86 const base::FilePath& database_path) { in FinishOnOriginalThread() argument
88 if (!database_path.empty()) { in FinishOnOriginalThread()
90 storage_monitor::StorageInfo::PICASA, database_path.AsUTF8Unsafe()); in FinishOnOriginalThread()
Dpicasa_data_provider.cc40 PicasaDataProvider::PicasaDataProvider(const base::FilePath& database_path) in PicasaDataProvider() argument
41 : database_path_(database_path), in PicasaDataProvider()
Dpicasa_data_provider.h38 explicit PicasaDataProvider(const base::FilePath& database_path);
Dpicasa_data_provider_browsertest.cc101 explicit TestPicasaDataProvider(const base::FilePath& database_path) in TestPicasaDataProvider() argument
102 : PicasaDataProvider(database_path), in TestPicasaDataProvider()
/external/chromium_org/extensions/browser/value_store/
Dleveldb_value_store_unittest.cc51 void OpenStore() { store_.reset(new LeveldbValueStore(database_path())); } in OpenStore()
54 const base::FilePath& database_path() { return database_dir_.path(); } in database_path() function in LeveldbValueStoreUnitTest
165 database_path(), true /* recursive */, base::FileEnumerator::FILES); in TEST_F()
/external/chromium_org/content/browser/dom_storage/
Ddom_storage_database.cc24 const base::FilePath& database_path) { in GetJournalFilePath() argument
26 database_path.BaseName().value() + kJournal; in GetJournalFilePath()
27 return database_path.DirName().Append(journal_file_name); in GetJournalFilePath()
Ddom_storage_database.h25 static base::FilePath GetJournalFilePath(const base::FilePath& database_path);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Dmetadata_database.h125 const base::FilePath& database_path,
129 const base::FilePath& database_path,
338 MetadataDatabase(const base::FilePath& database_path,
Dsync_engine_initializer_unittest.cc76 base::FilePath database_path() { in database_path() function in sync_file_system::drive_backend::SyncEngineInitializerTest
83 database_path(), in RunInitializer()
111 database_path(), in_memory_env_.get(), &status); in PopulateDatabase()
Dmetadata_database.cc521 const base::FilePath& database_path, in Create() argument
526 return CreateInternal(database_path, env_override, enable_on_disk_index, in Create()
532 const base::FilePath& database_path, in CreateInternal() argument
537 new MetadataDatabase(database_path, in CreateInternal()
548 new MetadataDatabase(database_path, in CreateInternal()
584 base::FilePath database_path = metadata_database->database_path_; in ClearDatabase() local
585 DCHECK(!database_path.empty()); in ClearDatabase()
588 base::DeleteFile(database_path, true /* recursive */); in ClearDatabase()
1297 const base::FilePath& database_path, in MetadataDatabase() argument
1300 : database_path_(database_path), in MetadataDatabase()
Dsync_engine_initializer.h70 const base::FilePath& database_path,
Dsync_engine_initializer.cc59 const base::FilePath& database_path, in SyncEngineInitializer() argument
63 database_path_(database_path), in SyncEngineInitializer()
/external/chromium_org/chrome/browser/history/
Dshortcuts_database.cc118 ShortcutsDatabase::ShortcutsDatabase(const base::FilePath& database_path) in ShortcutsDatabase() argument
119 : database_path_(database_path) { in ShortcutsDatabase()
Dshortcuts_database.h90 explicit ShortcutsDatabase(const base::FilePath& database_path);