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

/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp70 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release());
76 blobRegistry().registerBlobURL(url, blobData);
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
92 blobRegistry().registerBlobURL(url, srcURL);
102 blobRegistry().unregisterBlobURL(blobRegistryContext->url);
108 blobRegistry().unregisterBlobURL(url);
/external/webkit/Source/WebKit/chromium/src/
H A DBlobRegistryProxy.cpp53 BlobRegistry& blobRegistry() function in namespace:WebCore
61 : m_webBlobRegistry(WebKit::webKitClient()->blobRegistry())
/external/webkit/Source/WebCore/platform/network/
H A DBlobRegistry.h50 BlobRegistry& blobRegistry();
H A DBlobRegistryImpl.cpp49 BlobRegistry& blobRegistry() function in namespace:WebCore
H A DResourceHandle.cpp60 PassRefPtr<ResourceHandle> handle = blobRegistry().createResourceHandle(request, client);
/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h95 virtual WebBlobRegistry* blobRegistry() { return 0; } function in class:WebKit::WebKitClient
/external/webkit/Source/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm428 RefPtr<BlobStorageData> blobData = static_cast<BlobRegistryImpl&>(blobRegistry()).getBlobDataFromURL(KURL(ParsedURLString, element.m_blobURL));
H A DResourceHandleMac.mm499 if (blobRegistry().loadResourceSynchronously(request, error, response, data))

Completed in 160 milliseconds