HomeSort by relevance Sort by last modified time
    Searched defs:DecrementBlobRefCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/blob/
blob_storage_host.cc 28 context_->DecrementBlobRefCount(iter->first);
73 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid) {
76 context_->DecrementBlobRefCount(uuid);
blob_storage_context.cc 93 DecrementBlobRefCount(data->uuid());
185 DecrementBlobRefCount(uuid);
197 void BlobStorageContext::DecrementBlobRefCount(const std::string& uuid) {
221 DecrementBlobRefCount(public_blob_urls_[blob_url]);

Completed in 55 milliseconds