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

  /external/chromium_org/ui/gfx/image/
image.h 58 enum RepresentationType {
67 typedef std::map<RepresentationType, internal::ImageRep*> RepresentationMap;
166 bool HasRepresentation(RepresentationType type) const;
191 RepresentationType DefaultRepresentationType() const;
196 RepresentationType rep_type, bool must_exist) const;
image_unittest_util.h 74 gfx::Image::RepresentationType GetPlatformRepresentationType();
image.cc 195 // RepresentationType has an ImageRep subclass that is responsible for freeing
201 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
241 Image::RepresentationType type() const { return type_; }
248 Image::RepresentationType type_;
474 ImageStorage(gfx::Image::RepresentationType default_type)
483 gfx::Image::RepresentationType default_representation_type() {
504 gfx::Image::RepresentationType default_representation_type_;
888 bool Image::HasRepresentation(RepresentationType type) const {
932 Image::RepresentationType Image::DefaultRepresentationType() const {
934 RepresentationType default_type = storage_->default_representation_type()
    [all...]
image_unittest_util.cc 206 gfx::Image::RepresentationType GetPlatformRepresentationType() {

Completed in 162 milliseconds