HomeSort by relevance Sort by last modified time
    Searched refs:path_base (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h 90 const base::FilePath& path_base,
100 const base::FilePath& path_base,
137 static leveldb::Status DestroyBackingStore(const base::FilePath& path_base,
139 static bool RecordCorruptionInfo(const base::FilePath& path_base,
543 static bool ReadCorruptionInfo(const base::FilePath& path_base,
indexed_db_factory.cc 293 base::FilePath path_base = context_->data_path(); local
295 path_base, saved_origin_url, base::UTF16ToUTF8(error.message()));
300 IndexedDBBackingStore::DestroyBackingStore(path_base, saved_origin_url);
indexed_db_backing_store_unittest.cc 64 const base::FilePath& path_base,
68 DCHECK(!path_base.empty());
72 if (!base::CreateDirectory(path_base))
75 const base::FilePath file_path = path_base.AppendASCII("test_db_path");
76 const base::FilePath blob_path = path_base.AppendASCII("test_blob_path");
    [all...]
indexed_db_backing_store.cc 779 const base::FilePath& path_base,
790 path_base,
857 const base::FilePath& path_base,
860 path_base.Append(ComputeFileName(origin_url));
865 bool IndexedDBBackingStore::ReadCorruptionInfo(const base::FilePath& path_base,
869 path_base.Append(ComputeCorruptionFileName(origin_url));
906 const base::FilePath& path_base,
910 path_base.Append(ComputeCorruptionFileName(origin_url));
931 const base::FilePath& path_base,
    [all...]

Completed in 1058 milliseconds