/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_finder.cc | 86 const base::FilePath& database_path) { 88 if (!database_path.empty()) { 90 storage_monitor::StorageInfo::PICASA, database_path.AsUTF8Unsafe());
|
picasa_data_provider.h | 38 explicit PicasaDataProvider(const base::FilePath& database_path);
|
picasa_data_provider.cc | 40 PicasaDataProvider::PicasaDataProvider(const base::FilePath& database_path) 41 : database_path_(database_path),
|
picasa_data_provider_browsertest.cc | 101 explicit TestPicasaDataProvider(const base::FilePath& database_path) 102 : PicasaDataProvider(database_path),
|
/external/chromium_org/chrome/browser/media_galleries/ |
imported_media_gallery_registry.cc | 46 const std::string& fs_name, const base::FilePath& database_path) { 49 DCHECK(!database_path.empty()); 69 base::Unretained(this), database_path)); 71 picasa_database_path_ = database_path; 73 DCHECK_EQ(picasa_database_path_.value(), database_path.value()); 243 const base::FilePath& database_path) { 246 picasa_data_provider_.reset(new picasa::PicasaDataProvider(database_path));
|
imported_media_gallery_registry.h | 44 const base::FilePath& database_path); 79 void RegisterPicasaFileSystem(const base::FilePath& database_path);
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.h | 25 static base::FilePath GetJournalFilePath(const base::FilePath& database_path);
|
dom_storage_database.cc | 24 const base::FilePath& database_path) { 26 database_path.BaseName().value() + kJournal; 27 return database_path.DirName().Append(journal_file_name);
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_database.h | 90 explicit ShortcutsDatabase(const base::FilePath& database_path);
|
shortcuts_database.cc | 118 ShortcutsDatabase::ShortcutsDatabase(const base::FilePath& database_path) 119 : database_path_(database_path) {
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor.h | 96 base::FilePath database_path() { return database_path_; } function in class:performance_monitor::PerformanceMonitor
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_engine_initializer.h | 70 const base::FilePath& database_path,
|
metadata_database.h | 147 const base::FilePath& database_path, 363 const base::FilePath& database_path,
|
sync_engine_initializer_unittest.cc | 76 base::FilePath database_path() { function in class:sync_file_system::drive_backend::SyncEngineInitializerTest 83 database_path(), 114 database_path(),
|
sync_engine_initializer.cc | 60 const base::FilePath& database_path, 64 database_path_(database_path),
|
metadata_database.cc | 620 base::FilePath database_path; member in struct:sync_file_system::drive_backend::MetadataDatabase::CreateParam 625 const base::FilePath& database_path, 629 database_path(database_path), 640 const base::FilePath& database_path, 648 database_path, 679 base::FilePath database_path = metadata_database->database_path_; local 680 DCHECK(!database_path.empty()); 686 database_path, true /* recursive */)); [all...] |
/external/chromium_org/extensions/browser/value_store/ |
leveldb_value_store_unittest.cc | 51 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);
|