Searched defs:path_base (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc310 base::FilePath path_base = context_->data_path(); local
312 path_base, saved_origin_url, base::UTF16ToUTF8(error.message()));
317 IndexedDBBackingStore::DestroyBackingStore(path_base, saved_origin_url);
H A Dindexed_db_backing_store_unittest.cc67 const base::FilePath& path_base,
72 DCHECK(!path_base.empty());
76 if (!base::CreateDirectory(path_base)) {
81 const base::FilePath file_path = path_base.AppendASCII("test_db_path");
82 const base::FilePath blob_path = path_base.AppendASCII("test_blob_path");
64 Open( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& path_base, net::URLRequestContext* request_context, LevelDBFactory* leveldb_factory, base::SequencedTaskRunner* task_runner, leveldb::Status* status) argument
H A Dindexed_db_backing_store.cc778 const base::FilePath& path_base,
790 path_base,
858 const base::FilePath& path_base,
861 path_base.Append(ComputeFileName(origin_url));
866 bool IndexedDBBackingStore::ReadCorruptionInfo(const base::FilePath& path_base, argument
870 path_base.Append(ComputeCorruptionFileName(origin_url));
907 const base::FilePath& path_base,
911 path_base.Append(ComputeCorruptionFileName(origin_url));
932 const base::FilePath& path_base,
942 DCHECK(!path_base
775 Open( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& path_base, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, base::SequencedTaskRunner* task_runner, bool clean_journal, leveldb::Status* status) argument
857 DestroyBackingStore( const base::FilePath& path_base, const GURL& origin_url) argument
906 RecordCorruptionInfo( const base::FilePath& path_base, const GURL& origin_url, const std::string& message) argument
929 Open( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& path_base, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* is_disk_full, LevelDBFactory* leveldb_factory, base::SequencedTaskRunner* task_runner, bool clean_journal, leveldb::Status* status) argument
[all...]

Completed in 1665 milliseconds