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

  /external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.cpp 65 void BlobRegistryProxy::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData)
69 m_webBlobRegistry->registerBlobURL(url, webBlobData);
73 void BlobRegistryProxy::registerBlobURL(const KURL& url, const KURL& srcURL)
76 m_webBlobRegistry->registerBlobURL(url, srcURL);
  /external/webkit/Source/WebCore/fileapi/
ThreadableBlobRegistry.cpp 70 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release());
73 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData)
76 blobRegistry().registerBlobURL(url, blobData);
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL)
92 blobRegistry().registerBlobURL(url, srcURL);
117 void ThreadableBlobRegistry::registerBlobURL(const KURL&, PassOwnPtr<BlobData>)
121 void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&)
  /external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.cpp 125 void BlobRegistryImpl::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData)
154 void BlobRegistryImpl::registerBlobURL(const KURL& url, const KURL& srcURL)

Completed in 51 milliseconds