Searched refs:blobRegistryContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp69 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context)); local
70 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release());
85 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context)); local
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
101 OwnPtr<BlobRegistryContext> blobRegistryContext = adoptPtr(static_cast<BlobRegistryContext*>(context)); local
102 blobRegistry().unregisterBlobURL(blobRegistryContext->url);

Completed in 63 milliseconds