Searched defs:unregisterStreamURL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/test/
H A Dmock_webblob_registry_impl.cc60 void MockWebBlobRegistryImpl::unregisterStreamURL(const WebURL& url) { function in class:content::MockWebBlobRegistryImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebBlobRegistry.h73 virtual void unregisterStreamURL(const WebURL&) { BLINK_ASSERT_NOT_REACHED(); } function in class:blink::WebBlobRegistry
/external/chromium_org/content/child/
H A Dwebblobregistry_impl.cc207 void WebBlobRegistryImpl::unregisterStreamURL(const WebURL& url) { function in class:content::WebBlobRegistryImpl
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobRegistry.cpp258 registry->unregisterStreamURL(blobRegistryContext->url);
261 void BlobRegistry::unregisterStreamURL(const KURL& url) function in class:blink::BlobRegistry
267 registry->unregisterStreamURL(url);

Completed in 124 milliseconds