Searched refs:blob_iter (Results 1 – 2 of 2) sorted by relevance
257 std::vector<std::vector<IndexedDBMsg_BlobOrFileInfo> >::iterator blob_iter; in BlobLookupForCursorPrefetch() local258 for (value_iter = values.begin(), blob_iter = in BlobLookupForCursorPrefetch()260 ++value_iter, ++blob_iter) { in BlobLookupForCursorPrefetch()261 if (!CreateAllBlobs(value_iter->blob_info, &*blob_iter, dispatcher_host)) in BlobLookupForCursorPrefetch()437 std::vector<IndexedDBBlobInfo>::const_iterator blob_iter; in OnSuccessWithPrefetch() local438 for (blob_iter = iter->blob_info.begin(); in OnSuccessWithPrefetch()439 blob_iter != iter->blob_info.end(); in OnSuccessWithPrefetch()440 ++blob_iter) { in OnSuccessWithPrefetch()441 if (!blob_iter->mark_used_callback().is_null()) in OnSuccessWithPrefetch()442 blob_iter->mark_used_callback().Run(); in OnSuccessWithPrefetch()
2609 BlobChangeMap::const_iterator blob_iter = in GetBlobInfoForRecord() local2611 if (blob_iter != blob_change_map_.end()) { in GetBlobInfoForRecord()2612 change_record = blob_iter->second; in GetBlobInfoForRecord()2614 blob_iter = incognito_blob_map_.find(object_store_data_key); in GetBlobInfoForRecord()2615 if (blob_iter != incognito_blob_map_.end()) in GetBlobInfoForRecord()2616 change_record = blob_iter->second; in GetBlobInfoForRecord()