HomeSort by relevance Sort by last modified time
    Searched defs:registerPublicBlobURL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h 50 virtual void registerPublicBlobURL(const blink::WebURL&, const blink::WebString& uuid) { }
  /external/chromium_org/content/child/
webblobregistry_impl.cc 110 void WebBlobRegistryImpl::registerPublicBlobURL(
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.cpp 151 void BlobRegistry::registerPublicBlobURL(SecurityOrigin* origin, const KURL& url, PassRefPtr<BlobDataHandle> handle)
154 blobRegistry()->registerPublicBlobURL(url, handle->uuid());

Completed in 355 milliseconds