Searched refs:blob_path_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc377 if (!base::DeleteFile(blob_path_, true)) {
421 if (!base::DeleteFile(blob_path_, true)) {
714 blob_path_(blob_path),
724 if (!blob_path_.empty() && !child_process_ids_granted_.empty()) {
731 policy->RevokeAllPermissionsForFile(*iter, blob_path_);
1151 child_process_id, blob_path_);
2362 if (!MakeIDBBlobDirectory(blob_path_, database_id, descriptor.key()))
2493 return GetBlobFileNameForKey(blob_path_, database_id, key);
2618 FilePath dirName = GetBlobDirectoryName(blob_path_, database_id);
H A Dindexed_db_backing_store.h559 base::FilePath blob_path_; member in class:content::IndexedDBBackingStore

Completed in 946 milliseconds