Searched refs:blobRegistry (Results 1 – 10 of 10) sorted by relevance
70 … blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release()); in registerBlobURLTask()76 blobRegistry().registerBlobURL(url, blobData); in registerBlobURL()86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL); in registerBlobURLFromTask()92 blobRegistry().registerBlobURL(url, srcURL); in registerBlobURL()102 blobRegistry().unregisterBlobURL(blobRegistryContext->url); in unregisterBlobURLTask()108 blobRegistry().unregisterBlobURL(url); in unregisterBlobURL()
53 BlobRegistry& blobRegistry() in blobRegistry() function61 : m_webBlobRegistry(WebKit::webKitClient()->blobRegistry()) in BlobRegistryProxy()
50 BlobRegistry& blobRegistry();
60 PassRefPtr<ResourceHandle> handle = blobRegistry().createResourceHandle(request, client); in create()
49 BlobRegistry& blobRegistry() in blobRegistry() function
95 virtual WebBlobRegistry* blobRegistry() { return 0; } in blobRegistry() function
428 …RefPtr<BlobStorageData> blobData = static_cast<BlobRegistryImpl&>(blobRegistry()).getBlobDataFromU…
499 if (blobRegistry().loadResourceSynchronously(request, error, response, data))
11123 (WebKit::WebKitClient::blobRegistry):
76007 Wrap !PLATFORM(CHROMIUM) around blobRegistry() so that chromium uses the76107 (WebCore::blobRegistry):