Searched refs:RepresentationType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage.h54 enum RepresentationType { enum in class:gfx::Image
61 typedef std::map<RepresentationType, internal::ImageRep*> RepresentationMap;
156 bool HasRepresentation(RepresentationType type) const;
181 RepresentationType DefaultRepresentationType() const;
186 RepresentationType rep_type, bool must_exist) const;
H A Dimage_unittest_util.h71 gfx::Image::RepresentationType GetPlatformRepresentationType();
H A Dimage.cc170 // RepresentationType has an ImageRep subclass that is responsible for freeing
176 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
204 Image::RepresentationType type() const { return type_; }
211 Image::RepresentationType type_;
366 ImageStorage(Image::RepresentationType default_type)
375 Image::RepresentationType default_representation_type() {
396 Image::RepresentationType default_representation_type_;
714 bool Image::HasRepresentation(RepresentationType type) const {
758 Image::RepresentationType Image::DefaultRepresentationType() const {
764 RepresentationType rep_typ
[all...]
H A Dimage_unittest_util.cc198 gfx::Image::RepresentationType GetPlatformRepresentationType() {

Completed in 497 milliseconds