database_path     118 chrome/browser/history/shortcuts_database.cc ShortcutsDatabase::ShortcutsDatabase(const base::FilePath& database_path)
database_path     119 chrome/browser/history/shortcuts_database.cc     : database_path_(database_path) {
database_path      90 chrome/browser/history/shortcuts_database.h   explicit ShortcutsDatabase(const base::FilePath& database_path);
database_path      40 chrome/browser/media_galleries/fileapi/picasa_data_provider.cc PicasaDataProvider::PicasaDataProvider(const base::FilePath& database_path)
database_path      41 chrome/browser/media_galleries/fileapi/picasa_data_provider.cc     : database_path_(database_path),
database_path      38 chrome/browser/media_galleries/fileapi/picasa_data_provider.h   explicit PicasaDataProvider(const base::FilePath& database_path);
database_path     101 chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc   explicit TestPicasaDataProvider(const base::FilePath& database_path)
database_path     102 chrome/browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc       : PicasaDataProvider(database_path),
database_path      86 chrome/browser/media_galleries/fileapi/picasa_finder.cc                             const base::FilePath& database_path) {
database_path      88 chrome/browser/media_galleries/fileapi/picasa_finder.cc   if (!database_path.empty()) {
database_path      90 chrome/browser/media_galleries/fileapi/picasa_finder.cc         storage_monitor::StorageInfo::PICASA, database_path.AsUTF8Unsafe());
database_path      46 chrome/browser/media_galleries/imported_media_gallery_registry.cc     const std::string& fs_name, const base::FilePath& database_path) {
database_path      49 chrome/browser/media_galleries/imported_media_gallery_registry.cc   DCHECK(!database_path.empty());
database_path      69 chrome/browser/media_galleries/imported_media_gallery_registry.cc              base::Unretained(this), database_path));
database_path      71 chrome/browser/media_galleries/imported_media_gallery_registry.cc     picasa_database_path_ = database_path;
database_path      73 chrome/browser/media_galleries/imported_media_gallery_registry.cc     DCHECK_EQ(picasa_database_path_.value(), database_path.value());
database_path     243 chrome/browser/media_galleries/imported_media_gallery_registry.cc     const base::FilePath& database_path) {
database_path     246 chrome/browser/media_galleries/imported_media_gallery_registry.cc   picasa_data_provider_.reset(new picasa::PicasaDataProvider(database_path));
database_path      44 chrome/browser/media_galleries/imported_media_gallery_registry.h                                           const base::FilePath& database_path);
database_path      79 chrome/browser/media_galleries/imported_media_gallery_registry.h   void RegisterPicasaFileSystem(const base::FilePath& database_path);
database_path      96 chrome/browser/performance_monitor/performance_monitor.h   base::FilePath database_path() { return database_path_; }
database_path     617 chrome/browser/sync_file_system/drive_backend/metadata_database.cc                               const base::FilePath& database_path,
database_path     624 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       database_path, env_override, callback));
database_path     652 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   base::FilePath database_path = metadata_database->database_path_;
database_path     653 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   DCHECK(!database_path.empty());
database_path     659 chrome/browser/sync_file_system/drive_backend/metadata_database.cc                  database_path, true /* recursive */));
database_path    1425 chrome/browser/sync_file_system/drive_backend/metadata_database.cc                                    const base::FilePath& database_path,
database_path    1428 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       database_path_(database_path),
database_path    1439 chrome/browser/sync_file_system/drive_backend/metadata_database.cc     const base::FilePath& database_path,
database_path    1443 chrome/browser/sync_file_system/drive_backend/metadata_database.cc       new MetadataDatabase(task_runner, database_path, env_override));
database_path     145 chrome/browser/sync_file_system/drive_backend/metadata_database.h                      const base::FilePath& database_path,
database_path     359 chrome/browser/sync_file_system/drive_backend/metadata_database.h                    const base::FilePath& database_path,
database_path     363 chrome/browser/sync_file_system/drive_backend/metadata_database.h                                  const base::FilePath& database_path,
database_path      80 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc     const base::FilePath& database_path,
database_path      85 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc       database_path_(database_path),
database_path      71 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h                         const base::FilePath& database_path,
database_path      81 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc             database_path(),
database_path     111 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc         database_path(),
database_path      24 content/browser/dom_storage/dom_storage_database.cc     const base::FilePath& database_path) {
database_path      26 content/browser/dom_storage/dom_storage_database.cc       database_path.BaseName().value() + kJournal;
database_path      27 content/browser/dom_storage/dom_storage_database.cc   return database_path.DirName().Append(journal_file_name);
database_path      25 content/browser/dom_storage/dom_storage_database.h   static base::FilePath GetJournalFilePath(const base::FilePath& database_path);
database_path      51 extensions/browser/value_store/leveldb_value_store_unittest.cc   void OpenStore() { store_.reset(new LeveldbValueStore(database_path())); }
database_path     165 extensions/browser/value_store/leveldb_value_store_unittest.cc       database_path(), true /* recursive */, base::FileEnumerator::FILES);