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

  /external/chromium_org/content/renderer/
bmp_image_decoder_unittest.cc 8 class BMPImageDecoderTest : public ImageDecoderTest {
10 BMPImageDecoderTest() : ImageDecoderTest("bmp") { }
ico_image_decoder_unittest.cc 11 class ICOImageDecoderTest : public ImageDecoderTest {
13 ICOImageDecoderTest() : ImageDecoderTest("ico") { }
  /external/chromium_org/content/test/
image_decoder_test.h 42 class ImageDecoderTest : public testing::Test {
44 explicit ImageDecoderTest(const std::string& format) : format_(format) { }
83 DISALLOW_COPY_AND_ASSIGN(ImageDecoderTest);
image_decoder_test.cc 106 void ImageDecoderTest::SetUp() {
122 std::vector<base::FilePath> ImageDecoderTest::GetImageFiles() const {
146 bool ImageDecoderTest::ShouldImageFail(const base::FilePath& path) const {
154 void ImageDecoderTest::TestDecoding(
169 void ImageDecoderTest::TestWebKitImageDecoder(const base::FilePath& image_path,
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoderTest.cpp 73 TEST(ImageDecoderTest, sizeCalculationMayOverflow)
84 TEST(ImageDecoderTest, requiredPreviousFrameIndex)
109 TEST(ImageDecoderTest, requiredPreviousFrameIndexDisposeOverwriteBgcolor)
126 TEST(ImageDecoderTest, requiredPreviousFrameIndexForFrame1)
155 TEST(ImageDecoderTest, requiredPreviousFrameIndexBlendAtopBgcolor)
180 TEST(ImageDecoderTest, requiredPreviousFrameIndexKnownOpaque)
204 TEST(ImageDecoderTest, clearCacheExceptFrameDoNothing)
214 TEST(ImageDecoderTest, clearCacheExceptFrameAll)
231 TEST(ImageDecoderTest, clearCacheExceptFramePreverveClearExceptFrame)

Completed in 58 milliseconds