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

/external/chromium_org/webkit/browser/blob/
H A Dblob_storage_host.cc65 bool BlobStorageHost::IncrementBlobRefCount(const std::string& uuid) { function in class:webkit_blob::BlobStorageHost
69 context_->IncrementBlobRefCount(uuid);
H A Dblob_storage_context.cc104 IncrementBlobRefCount(uuid);
208 void BlobStorageContext::IncrementBlobRefCount(const std::string& uuid) { function in class:webkit_blob::BlobStorageContext

Completed in 38 milliseconds