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

/external/webkit/Source/WebCore/platform/network/
H A DBlobRegistry.h41 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 { class in namespace:WebCore
66 virtual ~BlobRegistry() { }

Completed in 54 milliseconds