Home
last modified time | relevance | path

Searched refs:kImageRepCocoa (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage.cc235 CHECK_EQ(type_, Image::kImageRepCocoa); in AsImageRepCocoa()
437 : ImageRep(Image::kImageRepCocoa), in ImageRepCocoa()
574 storage_ = new internal::ImageStorage(Image::kImageRepCocoa); in Image()
644 case kImageRepCocoa: { in ToImageSkia()
646 GetRepresentation(kImageRepCocoa, true)->AsImageRepCocoa(); in ToImageSkia()
732 internal::ImageRep* rep = GetRepresentation(kImageRepCocoa, false); in ToNSImage()
799 case kImageRepCocoa: { in As1xPNGBytes()
801 GetRepresentation(kImageRepCocoa, true)->AsImageRepCocoa(); in As1xPNGBytes()
Dimage.h60 kImageRepCocoa, enumerator
Dimage_unittest_util.cc206 return gfx::Image::kImageRepCocoa; in GetPlatformRepresentationType()
/external/chromium_org/ui/base/resource/
Dresource_bundle_mac.mm105 if (!images_[resource_id].HasRepresentation(gfx::Image::kImageRepCocoa)) {