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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.cpp27 #include "platform/graphics/ImageDecodingStore.h"
40 ImageDecodingStore::ImageDecodingStore() function in class:blink::ImageDecodingStore
46 ImageDecodingStore::~ImageDecodingStore()
56 ImageDecodingStore* ImageDecodingStore::instance()
58 AtomicallyInitializedStatic(ImageDecodingStore*, store = ImageDecodingStore::create().leakPtr());
62 bool ImageDecodingStore
[all...]
H A DImageDecodingStore.h48 // ImageDecodingStore is a class used to manage cached decoder objects.
64 class PLATFORM_EXPORT ImageDecodingStore { class in namespace:blink
66 static PassOwnPtr<ImageDecodingStore> create() { return adoptPtr(new ImageDecodingStore); }
67 ~ImageDecodingStore();
69 static ImageDecodingStore* instance();
166 ImageDecodingStore();

Completed in 482 milliseconds