Searched refs:IncrementBlobRefCount (Results 1 – 7 of 7) sorted by relevance
65 bool BlobStorageHost::IncrementBlobRefCount(const std::string& uuid) { in IncrementBlobRefCount() function in webkit_blob::BlobStorageHost69 context_->IncrementBlobRefCount(uuid); in IncrementBlobRefCount()
44 EXPECT_TRUE(host.IncrementBlobRefCount(kId)); in TEST()55 EXPECT_FALSE(host.IncrementBlobRefCount(kId)); in TEST()201 EXPECT_FALSE(host.IncrementBlobRefCount(kId)); in TEST()
23 context_->IncrementBlobRefCount(blob_data->uuid()); in BlobDataHandle()
44 bool IncrementBlobRefCount(const std::string& uuid) WARN_UNUSED_RESULT;
79 void IncrementBlobRefCount(const std::string& uuid);
104 IncrementBlobRefCount(uuid); in RegisterPublicBlobURL()208 void BlobStorageContext::IncrementBlobRefCount(const std::string& uuid) { in IncrementBlobRefCount() function in webkit_blob::BlobStorageContext
563 ignore_result(blob_storage_host_->IncrementBlobRefCount(uuid)); in OnIncrementBlobRefCount()