Searched refs:database_path (Results 1 - 16 of 16) sorted by relevance

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

Completed in 220 milliseconds