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

  /external/webkit/Source/WebCore/fileapi/
ThreadableBlobRegistry.h 45 static void unregisterBlobURL(const KURL&);
ThreadableBlobRegistry.cpp 102 blobRegistry().unregisterBlobURL(blobRegistryContext->url);
105 void ThreadableBlobRegistry::unregisterBlobURL(const KURL& url)
108 blobRegistry().unregisterBlobURL(url);
125 void ThreadableBlobRegistry::unregisterBlobURL(const KURL&)
Blob.cpp 62 ThreadableBlobRegistry::unregisterBlobURL(m_internalURL);
FileReaderLoader.cpp 71 ThreadableBlobRegistry::unregisterBlobURL(m_urlForReading);
  /external/webkit/Source/WebKit/chromium/public/
WebBlobRegistry.h 53 virtual void unregisterBlobURL(const WebURL&) = 0;
  /external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.cpp 79 void BlobRegistryProxy::unregisterBlobURL(const KURL& url)
82 m_webBlobRegistry->unregisterBlobURL(url);
BlobRegistryProxy.h 48 virtual void unregisterBlobURL(const KURL&);
  /external/webkit/Source/WebCore/platform/network/
BlobRegistry.h 61 virtual void unregisterBlobURL(const KURL&) = 0;
BlobRegistryImpl.h 58 virtual void unregisterBlobURL(const KURL&);
BlobRegistryImpl.cpp 166 void BlobRegistryImpl::unregisterBlobURL(const KURL& url)
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.cpp 129 ThreadableBlobRegistry::unregisterBlobURL(KURL(ParsedURLString, *iter));
395 ThreadableBlobRegistry::unregisterBlobURL(url);

Completed in 82 milliseconds