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

  /external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.cpp 35 #include "BlobRegistryImpl.h"
52 DEFINE_STATIC_LOCAL(BlobRegistryImpl, instance, ());
57 bool BlobRegistryImpl::shouldLoadResource(const ResourceRequest& request) const
66 PassRefPtr<ResourceHandle> BlobRegistryImpl::createResourceHandle(const ResourceRequest& request, ResourceHandleClient* client)
76 bool BlobRegistryImpl::loadResourceSynchronously(const ResourceRequest& request, ResourceError& error, ResourceResponse& response, Vector<char>& data)
85 void BlobRegistryImpl::appendStorageItems(BlobStorageData* blobStorageData, const BlobDataItemList& items)
97 void BlobRegistryImpl::appendStorageItems(BlobStorageData* blobStorageData, const BlobDataItemList& items, long long offset, long long length)
125 void BlobRegistryImpl::registerBlobURL(const KURL& url, PassOwnPtr<BlobData> blobData)
154 void BlobRegistryImpl::registerBlobURL(const KURL& url, const KURL& srcURL)
166 void BlobRegistryImpl::unregisterBlobURL(const KURL& url
    [all...]
BlobRegistryImpl.h 51 // BlobRegistryImpl is not thread-safe. It should only be called from main thread.
52 class BlobRegistryImpl : public BlobRegistry {
54 virtual ~BlobRegistryImpl() { }
BlobStorageData.h 52 friend class BlobRegistryImpl;
BlobData.h 170 friend class BlobRegistryImpl;
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 36 #import "BlobRegistryImpl.h"
428 RefPtr<BlobStorageData> blobData = static_cast<BlobRegistryImpl&>(blobRegistry()).getBlobDataFromURL(KURL(ParsedURLString, element.m_blobURL));
  /external/webkit/Source/WebCore/
Android.mk 765 platform/network/BlobRegistryImpl.cpp \
    [all...]

Completed in 232 milliseconds