Searched refs:blobRegistryContext (Results 1 – 1 of 1) sorted by relevance
69 …OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(conte… in registerBlobURLTask() local70 … blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release()); in registerBlobURLTask()85 …OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(conte… in registerBlobURLFromTask() local86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL); in registerBlobURLFromTask()101 …OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(conte… in unregisterBlobURLTask() local102 blobRegistry().unregisterBlobURL(blobRegistryContext->url); in unregisterBlobURLTask()