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

/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_host.cc29 context_->DecrementBlobRefCount(iter->first);
74 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid) { function in class:webkit_blob::BlobStorageHost
77 context_->DecrementBlobRefCount(uuid);
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:webkit_blob::BlobStorageContext

Completed in 199 milliseconds