HomeSort by relevance Sort by last modified time
    Searched defs:unregisterStreamURL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h 78 virtual void unregisterStreamURL(const WebURL&) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/content/child/
webblobregistry_impl.cc 207 void WebBlobRegistryImpl::unregisterStreamURL(const WebURL& url) {
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.cpp 263 registry->unregisterStreamURL(blobRegistryContext->url);
266 void BlobRegistry::unregisterStreamURL(const KURL& url)
272 registry->unregisterStreamURL(url);

Completed in 403 milliseconds