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

  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h 49 virtual void removeBlobDataRef(const blink::WebString& uuid) { }
  /external/chromium_org/content/child/
webblobregistry_impl.cc 106 void WebBlobRegistryImpl::removeBlobDataRef(const WebString& uuid) {
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.cpp 146 void BlobRegistry::removeBlobDataRef(const String& uuid)
148 blobRegistry()->removeBlobDataRef(uuid);

Completed in 879 milliseconds