RepresentationType  200 ui/gfx/image/image.cc   explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
RepresentationType  240 ui/gfx/image/image.cc   Image::RepresentationType type() const { return type_; }
RepresentationType  247 ui/gfx/image/image.cc   Image::RepresentationType type_;
RepresentationType  473 ui/gfx/image/image.cc   ImageStorage(gfx::Image::RepresentationType default_type)
RepresentationType  482 ui/gfx/image/image.cc   gfx::Image::RepresentationType default_representation_type() {
RepresentationType  503 ui/gfx/image/image.cc   gfx::Image::RepresentationType default_representation_type_;
RepresentationType  895 ui/gfx/image/image.cc bool Image::HasRepresentation(RepresentationType type) const {
RepresentationType  939 ui/gfx/image/image.cc Image::RepresentationType Image::DefaultRepresentationType() const {
RepresentationType  941 ui/gfx/image/image.cc   RepresentationType default_type = storage_->default_representation_type();
RepresentationType  949 ui/gfx/image/image.cc     RepresentationType rep_type, bool must_exist) const {
RepresentationType  170 ui/gfx/image/image.h   bool HasRepresentation(RepresentationType type) const;
RepresentationType  195 ui/gfx/image/image.h   RepresentationType DefaultRepresentationType() const;
RepresentationType  200 ui/gfx/image/image.h       RepresentationType rep_type, bool must_exist) const;
RepresentationType  202 ui/gfx/image/image_unittest_util.cc gfx::Image::RepresentationType GetPlatformRepresentationType() {
RepresentationType   73 ui/gfx/image/image_unittest_util.h gfx::Image::RepresentationType GetPlatformRepresentationType();