Searched refs:blob_path_ (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/content/browser/indexed_db/ |
| D | indexed_db_backing_store.cc | 376 if (!base::DeleteFile(blob_path_, true)) { in SetUpMetadata() 420 if (!base::DeleteFile(blob_path_, true)) { in SetUpMetadata() 715 blob_path_(blob_path), in IndexedDBBackingStore() 725 if (!blob_path_.empty() && !child_process_ids_granted_.empty()) { in ~IndexedDBBackingStore() 732 policy->RevokeAllPermissionsForFile(*iter, blob_path_); in ~IndexedDBBackingStore() 1138 child_process_id, blob_path_); in GrantChildProcessPermissions() 2314 if (!MakeIDBBlobDirectory(blob_path_, database_id, descriptor.key())) in WriteBlobFile() 2445 return GetBlobFileNameForKey(blob_path_, database_id, key); in GetBlobFileName() 2570 FilePath dirName = GetBlobDirectoryName(blob_path_, database_id); in RemoveBlobDirectory()
|
| D | indexed_db_backing_store.h | 564 base::FilePath blob_path_; variable
|