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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.h 48 class PLATFORM_EXPORT ImageDecoderFactory {
49 WTF_MAKE_NONCOPYABLE(ImageDecoderFactory);
51 ImageDecoderFactory() {}
52 virtual ~ImageDecoderFactory() { }
92 void setImageDecoderFactory(PassOwnPtr<ImageDecoderFactory> factory) { m_imageDecoderFactory = factory; }
118 OwnPtr<ImageDecoderFactory> m_imageDecoderFactory;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockImageDecoder.h 116 class MockImageDecoderFactory : public ImageDecoderFactory {

Completed in 40 milliseconds