Searched defs:DecrementBlobRefCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dblob_storage_host.cc32 context_->DecrementBlobRefCount(iter->first);
77 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid) { function in class:content::BlobStorageHost
80 context_->DecrementBlobRefCount(uuid);
/external/chromium_org/storage/browser/blob/
H A Dblob_storage_context.cc93 DecrementBlobRefCount(data->uuid());
113 DecrementBlobRefCount(public_blob_urls_[blob_url]);
205 DecrementBlobRefCount(uuid);
217 void BlobStorageContext::DecrementBlobRefCount(const std::string& uuid) { function in class:storage::BlobStorageContext

Completed in 89 milliseconds