Home
last modified time | relevance | path

Searched defs:registerBlobURL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DThreadableBlobRegistry.cpp73 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) in registerBlobURL() function in WebCore::ThreadableBlobRegistry
89 void ThreadableBlobRegistry::registerBlobURL(const KURL& url, const KURL& srcURL) in registerBlobURL() function in WebCore::ThreadableBlobRegistry
117 void ThreadableBlobRegistry::registerBlobURL(const KURL&, PassOwnPtr<BlobData>) in registerBlobURL() function in WebCore::ThreadableBlobRegistry
121 void ThreadableBlobRegistry::registerBlobURL(const KURL&, const KURL&) in registerBlobURL() function in WebCore::ThreadableBlobRegistry
/external/webkit/Source/WebKit/chromium/src/
DBlobRegistryProxy.cpp65 void BlobRegistryProxy::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) in registerBlobURL() function in WebCore::BlobRegistryProxy
73 void BlobRegistryProxy::registerBlobURL(const KURL& url, const KURL& srcURL) in registerBlobURL() function in WebCore::BlobRegistryProxy
/external/webkit/Source/WebCore/platform/network/
DBlobRegistryImpl.cpp125 void BlobRegistryImpl::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData) in registerBlobURL() function in WebCore::BlobRegistryImpl
154 void BlobRegistryImpl::registerBlobURL(const KURL& url, const KURL& srcURL) in registerBlobURL() function in WebCore::BlobRegistryImpl