Searched refs:registerBlobURL (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.h43 static void registerBlobURL(const KURL&, PassOwnPtr<BlobData>);
44 static void registerBlobURL(const KURL&, const KURL& srcURL);
H A DThreadableBlobRegistry.cpp70 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->blobData.release());
73 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) function in class:WebCore::ThreadableBlobRegistry
76 blobRegistry().registerBlobURL(url, blobData);
86 blobRegistry().registerBlobURL(blobRegistryContext->url, blobRegistryContext->srcURL);
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL) function in class:WebCore::ThreadableBlobRegistry
92 blobRegistry().registerBlobURL(url, srcURL);
117 void ThreadableBlobRegistry::registerBlobURL(const KURL&, PassOwnPtr<BlobData>) function in class:WebCore::ThreadableBlobRegistry
121 void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&) function in class:WebCore::ThreadableBlobRegistry
H A DBlob.cpp48 ThreadableBlobRegistry::registerBlobURL(m_internalURL, blobData);
57 ThreadableBlobRegistry::registerBlobURL(m_internalURL, srcURL);
H A DFileReaderLoader.cpp82 ThreadableBlobRegistry::registerBlobURL(m_urlForReading, blob->url());
/external/webkit/Source/WebKit/chromium/public/
H A DWebBlobRegistry.h48 virtual void registerBlobURL(const WebURL&, WebBlobData&) = 0;
51 virtual void registerBlobURL(const WebURL&, const WebURL& srcURL) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DBlobRegistryProxy.cpp65 void BlobRegistryProxy::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) function in class:WebCore::BlobRegistryProxy
69 m_webBlobRegistry->registerBlobURL(url, webBlobData);
73 void BlobRegistryProxy::registerBlobURL(const KURL& url, const KURL& srcURL) function in class:WebCore::BlobRegistryProxy
76 m_webBlobRegistry->registerBlobURL(url, srcURL);
H A DBlobRegistryProxy.h46 virtual void registerBlobURL(const KURL&, PassOwnPtr<BlobData>);
47 virtual void registerBlobURL(const KURL&, const KURL& srcURL);
/external/webkit/Source/WebCore/platform/network/
H A DBlobRegistry.h56 virtual void registerBlobURL(const KURL&, PassOwnPtr<BlobData>) = 0;
59 virtual void registerBlobURL(const KURL&, const KURL& srcURL) = 0;
H A DBlobRegistryImpl.h56 virtual void registerBlobURL(const KURL&, PassOwnPtr<BlobData>);
57 virtual void registerBlobURL(const KURL&, const KURL& srcURL);
H A DBlobRegistryImpl.cpp125 void BlobRegistryImpl::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) function in class:WebCore::BlobRegistryImpl
154 void BlobRegistryImpl::registerBlobURL(const KURL& url, const KURL& srcURL) function in class:WebCore::BlobRegistryImpl
/external/webkit/Source/WebCore/dom/
H A DScriptExecutionContext.cpp387 ThreadableBlobRegistry::registerBlobURL(publicURL, blob->url());

Completed in 119 milliseconds