Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_factory.cc68 backing_stores_with_active_blobs_.find(origin_url); in ReleaseBackingStore()
69 if (it != backing_stores_with_active_blobs_.end()) { in ReleaseBackingStore()
71 backing_stores_with_active_blobs_.erase(it); in ReleaseBackingStore()
149 backing_stores_with_active_blobs_.clear(); in ContextDestroyed()
158 DCHECK(!backing_stores_with_active_blobs_.count(origin_url)); in ReportOutstandingBlobs()
161 backing_stores_with_active_blobs_.insert(*it); in ReportOutstandingBlobs()
166 backing_stores_with_active_blobs_.find(origin_url); in ReportOutstandingBlobs()
167 if (it != backing_stores_with_active_blobs_.end()) { in ReportOutstandingBlobs()
168 backing_stores_with_active_blobs_.erase(it); in ReportOutstandingBlobs()
Dindexed_db_factory.h146 IndexedDBBackingStoreMap backing_stores_with_active_blobs_; in NON_EXPORTED_BASE() local