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

  /external/chromium_org/webkit/browser/blob/
blob_data_handle.cc 32 context_->DecrementBlobRefCount(blob_data_->uuid());
52 context->DecrementBlobRefCount(blob_data->uuid());
blob_storage_host.cc 28 context_->DecrementBlobRefCount(iter->first);
73 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid) {
76 context_->DecrementBlobRefCount(uuid);
blob_storage_context_unittest.cc 45 EXPECT_TRUE(host.DecrementBlobRefCount(kId));
51 EXPECT_TRUE(host.DecrementBlobRefCount(kId));
54 EXPECT_FALSE(host.DecrementBlobRefCount(kId));
73 EXPECT_TRUE(host.DecrementBlobRefCount(kId));
154 EXPECT_TRUE(host.DecrementBlobRefCount(kId));
202 EXPECT_FALSE(host.DecrementBlobRefCount(kId));
blob_storage_host.h 45 bool DecrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT;
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]);
blob_storage_context.h 74 void DecrementBlobRefCount(const std::string& uuid);

Completed in 1357 milliseconds