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

  /external/chromium_org/ui/gfx/image/
image.h 63 kImageRepSkia,
image.cc 213 CHECK_EQ(type_, Image::kImageRepSkia);
303 : ImageRep(Image::kImageRepSkia),
547 storage_ = new internal::ImageStorage(Image::kImageRepSkia);
617 internal::ImageRep* rep = GetRepresentation(kImageRepSkia, false);
674 case kImageRepSkia: {
676 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia();
715 case kImageRepSkia: {
717 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia();
746 case kImageRepSkia: {
748 GetRepresentation(kImageRepSkia, true)->AsImageRepSkia()
    [all...]
image_unittest.cc 150 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
353 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
364 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
378 EXPECT_FALSE(image.HasRepresentation(gfx::Image::kImageRepSkia));
388 EXPECT_TRUE(image.HasRepresentation(gfx::Image::kImageRepSkia));
406 EXPECT_FALSE(image.HasRepresentation(gfx::Image::kImageRepSkia));
image_unittest_util.cc 214 return gfx::Image::kImageRepSkia;

Completed in 220 milliseconds