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

/external/chromium_org/extensions/browser/
H A Dimage_loader_unittest.cc236 const gfx::ImageSkiaRep* img_rep1 = &image_reps[0]; local
239 img_rep1->pixel_width());
305 const gfx::ImageSkiaRep* img_rep1 = &image_reps[0]; local
307 EXPECT_EQ(extension_misc::EXTENSION_ICON_BITTY, img_rep1->pixel_width());
308 EXPECT_EQ(1.0f, img_rep1->scale());

Completed in 250 milliseconds