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

  /external/chromium_org/ui/gfx/image/
image.h 61 typedef std::map<RepresentationType, internal::ImageRep*> RepresentationMap;
image.cc 378 Image::RepresentationMap& representations() { return representations_; }
408 Image::RepresentationMap representations_;
410 STLValueDeleter<Image::RepresentationMap> representations_deleter_;
766 RepresentationMap::iterator it = storage_->representations().find(rep_type);

Completed in 204 milliseconds