OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepresentationMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/image/
image.h
67
typedef std::map<RepresentationType, internal::ImageRep*>
RepresentationMap
;
image.cc
485
gfx::Image::
RepresentationMap
& representations() { return representations_; }
515
gfx::Image::
RepresentationMap
representations_;
517
STLValueDeleter<Image::
RepresentationMap
> representations_deleter_;
942
RepresentationMap
::iterator it = storage_->representations().find(rep_type);
Completed in 143 milliseconds