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 73 gfx::Image::RepresentationType GetPlatformRepresentationType();
image.cc 194 // RepresentationType has an ImageRep subclass that is responsible for freeing
200 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
240 Image::RepresentationType type() const { return type_; }
247 Image::RepresentationType type_;
473 ImageStorage(gfx::Image::RepresentationType default_type)
482 gfx::Image::RepresentationType default_representation_type() {
503 gfx::Image::RepresentationType default_representation_type_;
886 bool Image::HasRepresentation(RepresentationType type) const {
930 Image::RepresentationType Image::DefaultRepresentationType() const {
932 RepresentationType default_type = storage_->default_representation_type()
    [all...]
image_unittest_util.cc 202 gfx::Image::RepresentationType GetPlatformRepresentationType() {

Completed in 873 milliseconds