HomeSort by relevance Sort by last modified time
    Searched refs:blobRegistry (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.cpp 32 #include "platform/blob/BlobRegistry.h"
100 static WebBlobRegistry* blobRegistry()
102 return Platform::current()->blobRegistry();
131 void BlobRegistry::registerBlobData(const String& uuid, PassOwnPtr<BlobData> data)
133 blobRegistry()->registerBlobData(uuid, WebBlobData(data));
136 void BlobRegistry::addBlobDataRef(const String& uuid)
138 blobRegistry()->addBlobDataRef(uuid);
141 void BlobRegistry::removeBlobDataRef(const String& uuid)
143 blobRegistry()->removeBlobDataRef(uuid);
146 void BlobRegistry::registerPublicBlobURL(SecurityOrigin* origin, const KURL& url, PassRefPtr<BlobDataHandle> handle
    [all...]
  /external/chromium_org/content/test/
test_webkit_platform_support.h 37 virtual blink::WebBlobRegistry* blobRegistry();
test_webkit_platform_support.cc 116 blink::WebBlobRegistry* TestWebKitPlatformSupport::blobRegistry() {
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 122 virtual blink::WebBlobRegistry* blobRegistry();
renderer_webkitplatformsupport_impl.cc 863 WebBlobRegistry* RendererWebKitPlatformSupportImpl::blobRegistry() {
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 172 virtual WebBlobRegistry* blobRegistry() { return 0; }

Completed in 99 milliseconds