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

  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobRegistry.h 52 static void addBlobDataRef(const String& uuid);
BlobData.cpp 123 BlobRegistry::addBlobDataRef(m_uuid);
BlobRegistry.cpp 141 void BlobRegistry::addBlobDataRef(const String& uuid)
143 blobRegistry()->addBlobDataRef(uuid);
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobRegistry.h 48 virtual void addBlobDataRef(const blink::WebString& uuid) { }
  /external/chromium_org/content/child/
webblobregistry_impl.h 29 virtual void addBlobDataRef(const blink::WebString& uuid);
webblobregistry_impl.cc 102 void WebBlobRegistryImpl::addBlobDataRef(const WebString& uuid) {

Completed in 414 milliseconds