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

/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobRegistry.cpp100 static WebBlobRegistry* blobRegistry() function in namespace:blink
102 return Platform::current()->blobRegistry();
133 blobRegistry()->registerBlobData(uuid, WebBlobData(data));
138 blobRegistry()->addBlobDataRef(uuid);
143 blobRegistry()->removeBlobDataRef(uuid);
149 blobRegistry()->registerPublicBlobURL(url, handle->uuid());
155 blobRegistry()->revokePublicBlobURL(url);
161 if (WebBlobRegistry* registry = blobRegistry())
168 if (WebBlobRegistry* registry = blobRegistry())
179 if (WebBlobRegistry* registry = blobRegistry())
[all...]
/external/chromium_org/content/test/
H A Dtest_webkit_platform_support.h37 virtual blink::WebBlobRegistry* blobRegistry();
H A Dtest_webkit_platform_support.cc116 blink::WebBlobRegistry* TestWebKitPlatformSupport::blobRegistry() { function in class:content::TestWebKitPlatformSupport
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h122 virtual blink::WebBlobRegistry* blobRegistry();
H A Drenderer_webkitplatformsupport_impl.cc863 WebBlobRegistry* RendererWebKitPlatformSupportImpl::blobRegistry() { function in class:content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h172 virtual WebBlobRegistry* blobRegistry() { return 0; } function in class:blink::Platform

Completed in 2477 milliseconds