Home
last modified time | relevance | path

Searched refs:all_blobs (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_backing_store.cc2367 bool all_blobs = blob_key == DatabaseMetaDataKey::kAllBlobsKey; in ReportBlobUnused() local
2368 DCHECK(all_blobs || DatabaseMetaDataKey::IsValidBlobKey(blob_key)); in ReportBlobUnused()
2403 (all_blobs || current_all_blobs || blob_key == current_blob_key)) { in ReportBlobUnused()
2404 if (!all_blobs) { in ReportBlobUnused()
2418 if (all_blobs) { in ReportBlobUnused()