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

  /external/webkit/Source/WebCore/platform/network/
BlobRegistry.h 41 class BlobRegistry;
49 // Returns a single instance of BlobRegistry.
50 BlobRegistry& blobRegistry();
52 // BlobRegistry is not thread-safe. It should only be called from main thread.
53 class BlobRegistry {
66 virtual ~BlobRegistry() { }
BlobRegistryImpl.h 35 #include "BlobRegistry.h"
52 class BlobRegistryImpl : public BlobRegistry {
BlobRegistryImpl.cpp 49 BlobRegistry& blobRegistry()
  /external/webkit/Source/WebKit/chromium/src/
BlobRegistryProxy.h 36 #include "BlobRegistry.h"
42 class BlobRegistryProxy : public BlobRegistry {
BlobRegistryProxy.cpp 53 BlobRegistry& blobRegistry()
61 : m_webBlobRegistry(WebKit::webKitClient()->blobRegistry())

Completed in 82 milliseconds